Html Css Color HEX #9B0557 Jazzberry Jam

📋 copy color: '#9B0557'

red 155 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #9B0557

Tints of Jazzberry Jam #9B0557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 62.75%
G = 2.02%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B0557 (or 0x9B0557) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 57. RGB value is (155,5,87). Sum of RGB (Red+Green+Blue) = 155+5+87=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0557 is #64FAA8. Grayscale: #3B3B3B. Windows color (decimal): -6617769 or 5703067. OLE color: 5703067.

HSL color Cylindrical-coordinate representation of color #9B0557: hue angle of 327.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0557 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 87 -
CMYK 0 0.97 0.44 0.39
HSL 327.2º 0.94% 0.31% -
HSV(B) 327.2º 0.97% 0.61% -
XYZ 15.29 7.77 9.71 -
YUV 59.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 155 5 87 0 0.97 0.44 0.39 327.2 0.94 0.31
Hex 9B 5 57 0 61 2C 27 147 5E 1F
Octal 233 5 127 0 141 54 47 507 136 37
Binary 10011011 101 1010111 0 1100001 101100 100111 101000111 1011110 11111

Color Harmonies of #9B0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0557

Black with #9B0557

Text Example


Text Example

White with #9B0557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,87); }

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

background-color css

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

 a { background-color: rgb(155,5,87); }

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

border-color css

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

 span { border-color: rgb(155,5,87); }

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