Html Css Color HEX #9B1864 Jazzberry Jam

📋 copy color: '#9B1864'

red 155 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #9B1864

Tints of Jazzberry Jam #9B1864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 55.56%
G = 8.6%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B1864 (or 0x9B1864) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 64. RGB value is (155,24,100). Sum of RGB (Red+Green+Blue) = 155+24+100=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1864 is #64E79B. Grayscale: #474747. Windows color (decimal): -6612892 or 6559899. OLE color: 6559899.

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

Color convert

RGB 155 24 100 -
CMYK 0 0.85 0.35 0.39
HSL 325.19º 0.73% 0.35% -
HSV(B) 325.19º 0.85% 0.61% -
XYZ 16.14 8.54 12.85 -
YUV 71.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 155 24 100 0 0.85 0.35 0.39 325.19 0.73 0.35
Hex 9B 18 64 0 55 23 27 145 49 23
Octal 233 30 144 0 125 43 47 505 111 43
Binary 10011011 11000 1100100 0 1010101 100011 100111 101000101 1001001 100011

Color Harmonies of #9B1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1864

Black with #9B1864

Text Example


Text Example

White with #9B1864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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