Html Css Color HEX #9B1855 Jazzberry Jam

📋 copy color: '#9B1855'

red 155 ◦ green 24 ◦ blue 85

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

Shades of Jazzberry Jam #9B1855

Tints of Jazzberry Jam #9B1855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 58.71%
G = 9.09%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B1855 (or 0x9B1855) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 55. RGB value is (155,24,85). Sum of RGB (Red+Green+Blue) = 155+24+85=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1855 is #64E7AA. Grayscale: #464646. Windows color (decimal): -6612907 or 5576859. OLE color: 5576859.

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

Color convert

RGB 155 24 85 -
CMYK 0 0.85 0.45 0.39
HSL 332.06º 0.73% 0.35% -
HSV(B) 332.06º 0.85% 0.61% -
XYZ 15.48 8.28 9.38 -
YUV 70.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 155 24 85 0 0.85 0.45 0.39 332.06 0.73 0.35
Hex 9B 18 55 0 55 2D 27 14C 49 23
Octal 233 30 125 0 125 55 47 514 111 43
Binary 10011011 11000 1010101 0 1010101 101101 100111 101001100 1001001 100011

Color Harmonies of #9B1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1855

Black with #9B1855

Text Example


Text Example

White with #9B1855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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