#9B1E69

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

Shades of Jazzberry Jam #9B1E69

Tints of Jazzberry Jam #9B1E69

Color information

#9B1E69 (or 0x9B1E69) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1E and 69. RGB value is (155,30,105). Sum of RGB (Red+Green+Blue) = 155+30+105=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E69 is #64E196. Grayscale: #4B4B4B. Windows color (decimal): -6611351 or 6889115. OLE color: 6889115.

HSL color Cylindrical-coordinate representation of color #9B1E69: hue angle of 324º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E69 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15530105-
CMYK00.810.320.39
HSL324º67.57%36.27%-
HSV(B)324º80.65%60.78%-
XYZ16.538.9214.21-
YUV75.92144.41184.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=53.45%
G=10.34%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553010500.810.320.3932467.5736.27
Hex9B1E6905120271444424
Octal233361510121404750410444
Binary10011011111101101001010100011000001001111010001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1E69; }

 p { color: rgb(155,30,105); }

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

<style>
 a { background-color: #9B1E69; }

 a { background-color: rgb(155,30,105); }

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

<style>
 span { border-color: #9B1E69; }

 span { border-color: rgb(155,30,105); }

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