#951c68

Color #951C68 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #951C68

Tints of Jazzberry Jam #951C68

Color information

#951C68 (or 0x951C68) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1C and 68. RGB value is (149,28,104). Sum of RGB (Red+Green+Blue) = 149+28+104=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C68 is #6AE397. Grayscale: #484848. Windows color (decimal): -7005080 or 6823061. OLE color: 6823061.

HSL color Cylindrical-coordinate representation of color #951C68: hue angle of 322.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C68 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14928104-
CMYK00.810.300.42
HSL322.31º68.36%34.71%-
HSV(B)322.31º81.21%58.43%-
XYZ15.318.2213.88-
YUV72.84145.59182.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=53.02%
G=9.96%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492810400.810.300.42322.3168.3634.71
Hex951C680511E2A1424423
Octal225341500121365250210443
Binary1001010111100110100001010001111101010101010000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951c68; }

 p { color: rgb(149,28,104); }

 H1.HeaderClassName
 {
   color: #951c68;
 }
 .AnyTagClassName
 {
   color: #951c68;
 }
</style>
background-color css

<style>
 a { background-color: #951c68; }

 a { background-color: rgb(149,28,104); }

 div.DivClassName
 {
   background-color: #951c68;
 }
 .BgClassName
 {
   background-color: #951c68;
 }
</style>
border-color css

<style>
 span { border-color: #951c68; }

 span { border-color: rgb(149,28,104); }

 td.TdClassName
 {
   border-color: #951c68;
 }
 .TagClassName
 {
   border-color: #951c68;
 }
</style>