Html Css Color HEX #9B1564 Jazzberry Jam

📋 copy color: '#9B1564'

red 155 ◦ green 21 ◦ blue 100

#9B1564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9B1564

Tints of Jazzberry Jam #9B1564

RGB

 RED value IS 155 (60.94% from 255) = 56.16%

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 56.16%
G = 7.61%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B1564 (or 0x9B1564) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 64. RGB value is (155,21,100). Sum of RGB (Red+Green+Blue) = 155+21+100=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1564 is #64EA9B. Grayscale: #454545. Windows color (decimal): -6613660 or 6559131. OLE color: 6559131.

HSL color Cylindrical-coordinate representation of color #9B1564: hue angle of 324.63º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1564 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 100 -
CMYK 0 0.86 0.35 0.39
HSL 324.63º 0.76% 0.35% -
HSV(B) 324.63º 0.86% 0.61% -
XYZ 16.09 8.42 12.83 -
YUV 70.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 155 21 100 0 0.86 0.35 0.39 324.63 0.76 0.35
Hex 9B 15 64 0 56 23 27 145 4C 23
Octal 233 25 144 0 126 43 47 505 114 43
Binary 10011011 10101 1100100 0 1010110 100011 100111 101000101 1001100 100011

Color Harmonies of #9B1564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1564

Black with #9B1564

Text Example


Text Example

White with #9B1564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,100); }

 H1.HeaderClassName
 {
   color: #9B1564;
 }
 .AnyTagClassName
 {
   color: #9B1564;
 }
</style>

background-color css

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

 a { background-color: rgb(155,21,100); }

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

border-color css

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

 span { border-color: rgb(155,21,100); }

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