Html Css Color HEX #9B1961 Jazzberry Jam

📋 copy color: '#9B1961'

red 155 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #9B1961

Tints of Jazzberry Jam #9B1961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 55.96%
G = 9.03%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B1961 (or 0x9B1961) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 61. RGB value is (155,25,97). Sum of RGB (Red+Green+Blue) = 155+25+97=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1961 is #64E69E. Grayscale: #474747. Windows color (decimal): -6612639 or 6363547. OLE color: 6363547.

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

Color convert

RGB 155 25 97 -
CMYK 0 0.84 0.37 0.39
HSL 326.77º 0.72% 0.35% -
HSV(B) 326.77º 0.84% 0.61% -
XYZ 16.02 8.53 12.11 -
YUV 72.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 155 25 97 0 0.84 0.37 0.39 326.77 0.72 0.35
Hex 9B 19 61 0 54 25 27 147 48 23
Octal 233 31 141 0 124 45 47 507 110 43
Binary 10011011 11001 1100001 0 1010100 100101 100111 101000111 1001000 100011

Color Harmonies of #9B1961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1961

Black with #9B1961

Text Example


Text Example

White with #9B1961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,97); }

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

background-color css

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

 a { background-color: rgb(155,25,97); }

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

border-color css

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

 span { border-color: rgb(155,25,97); }

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