Html Css Color HEX #9B0551 Jazzberry Jam

📋 copy color: '#9B0551'

red 155 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #9B0551

Tints of Jazzberry Jam #9B0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 64.32%
G = 2.07%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B0551 (or 0x9B0551) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 51. RGB value is (155,5,81). Sum of RGB (Red+Green+Blue) = 155+5+81=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0551 is #64FAAE. Grayscale: #3A3A3A. Windows color (decimal): -6617775 or 5309851. OLE color: 5309851.

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

Color convert

RGB 155 5 81 -
CMYK 0 0.97 0.48 0.39
HSL 329.6º 0.94% 0.31% -
HSV(B) 329.6º 0.97% 0.61% -
XYZ 15.06 7.67 8.47 -
YUV 58.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 155 5 81 0 0.97 0.48 0.39 329.6 0.94 0.31
Hex 9B 5 51 0 61 30 27 14A 5E 1F
Octal 233 5 121 0 141 60 47 512 136 37
Binary 10011011 101 1010001 0 1100001 110000 100111 101001010 1011110 11111

Color Harmonies of #9B0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0551

Black with #9B0551

Text Example


Text Example

White with #9B0551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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