Html Css Color HEX #9B1860 Jazzberry Jam

📋 copy color: '#9B1860'

red 155 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #9B1860

Tints of Jazzberry Jam #9B1860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 56.36%
G = 8.73%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B1860 (or 0x9B1860) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 60. RGB value is (155,24,96). Sum of RGB (Red+Green+Blue) = 155+24+96=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1860 is #64E79F. Grayscale: #474747. Windows color (decimal): -6612896 or 6297755. OLE color: 6297755.

HSL color Cylindrical-coordinate representation of color #9B1860: hue angle of 327.02º 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 #9B1860 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 24 96 -
CMYK 0 0.85 0.38 0.39
HSL 327.02º 0.73% 0.35% -
HSV(B) 327.02º 0.85% 0.61% -
XYZ 15.96 8.47 11.86 -
YUV 71.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 155 24 96 0 0.85 0.38 0.39 327.02 0.73 0.35
Hex 9B 18 60 0 55 26 27 147 49 23
Octal 233 30 140 0 125 46 47 507 111 43
Binary 10011011 11000 1100000 0 1010101 100110 100111 101000111 1001001 100011

Color Harmonies of #9B1860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1860

Black with #9B1860

Text Example


Text Example

White with #9B1860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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