Html Css Color HEX #9B0558 Jazzberry Jam

📋 copy color: '#9B0558'

red 155 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #9B0558

Tints of Jazzberry Jam #9B0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 62.5%
G = 2.02%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0558 (or 0x9B0558) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 58. RGB value is (155,5,88). Sum of RGB (Red+Green+Blue) = 155+5+88=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0558 is #64FAA7. Grayscale: #3B3B3B. Windows color (decimal): -6617768 or 5768603. OLE color: 5768603.

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

Color convert

RGB 155 5 88 -
CMYK 0 0.97 0.43 0.39
HSL 326.8º 0.94% 0.31% -
HSV(B) 326.8º 0.97% 0.61% -
XYZ 15.33 7.78 9.93 -
YUV 59.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 155 5 88 0 0.97 0.43 0.39 326.8 0.94 0.31
Hex 9B 5 58 0 61 2B 27 147 5E 1F
Octal 233 5 130 0 141 53 47 507 136 37
Binary 10011011 101 1011000 0 1100001 101011 100111 101000111 1011110 11111

Color Harmonies of #9B0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0558

Black with #9B0558

Text Example


Text Example

White with #9B0558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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