Html Css Color HEX #9B1561 Jazzberry Jam

📋 copy color: '#9B1561'

red 155 ◦ green 21 ◦ blue 97

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

Shades of Jazzberry Jam #9B1561

Tints of Jazzberry Jam #9B1561

RGB

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

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

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

R = 56.78%
G = 7.69%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B1561 (or 0x9B1561) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 61. RGB value is (155,21,97). Sum of RGB (Red+Green+Blue) = 155+21+97=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1561 is #64EA9E. Grayscale: #454545. Windows color (decimal): -6613663 or 6362523. OLE color: 6362523.

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

Color convert

RGB 155 21 97 -
CMYK 0 0.86 0.37 0.39
HSL 325.97º 0.76% 0.35% -
HSV(B) 325.97º 0.86% 0.61% -
XYZ 15.94 8.37 12.08 -
YUV 69.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 155 21 97 0 0.86 0.37 0.39 325.97 0.76 0.35
Hex 9B 15 61 0 56 25 27 146 4C 23
Octal 233 25 141 0 126 45 47 506 114 43
Binary 10011011 10101 1100001 0 1010110 100101 100111 101000110 1001100 100011

Color Harmonies of #9B1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1561

Black with #9B1561

Text Example


Text Example

White with #9B1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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