Html Css Color HEX #9B0554 Jazzberry Jam

📋 copy color: '#9B0554'

red 155 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #9B0554

Tints of Jazzberry Jam #9B0554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 63.52%
G = 2.05%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B0554 (or 0x9B0554) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 54. RGB value is (155,5,84). Sum of RGB (Red+Green+Blue) = 155+5+84=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0554 is #64FAAB. Grayscale: #3A3A3A. Windows color (decimal): -6617772 or 5506459. OLE color: 5506459.

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

Color convert

RGB 155 5 84 -
CMYK 0 0.97 0.46 0.39
HSL 328.4º 0.94% 0.31% -
HSV(B) 328.4º 0.97% 0.61% -
XYZ 15.17 7.72 9.08 -
YUV 58.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 155 5 84 0 0.97 0.46 0.39 328.4 0.94 0.31
Hex 9B 5 54 0 61 2E 27 148 5E 1F
Octal 233 5 124 0 141 56 47 510 136 37
Binary 10011011 101 1010100 0 1100001 101110 100111 101001000 1011110 11111

Color Harmonies of #9B0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0554

Black with #9B0554

Text Example


Text Example

White with #9B0554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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