#951E66

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

Shades of Jazzberry Jam #951E66

Tints of Jazzberry Jam #951E66

Color information

#951E66 (or 0x951E66) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1E and 66. RGB value is (149,30,102). Sum of RGB (Red+Green+Blue) = 149+30+102=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E66 is #6AE199. Grayscale: #494949. Windows color (decimal): -7004570 or 6692501. OLE color: 6692501.

HSL color Cylindrical-coordinate representation of color #951E66: hue angle of 323.7º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E66 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14930102-
CMYK00.800.320.42
HSL323.7º66.48%35.1%-
HSV(B)323.7º79.87%58.43%-
XYZ15.268.2813.36-
YUV73.79143.92181.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=53.02%
G=10.68%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493010200.800.320.42323.766.4835.1
Hex951E66050202A1444223
Octal225361460120405250410243
Binary10010101111101100110010100001000001010101010001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,30,102); }

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

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

 a { background-color: rgb(149,30,102); }

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

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

 span { border-color: rgb(149,30,102); }

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