Html Css Color HEX #9B0355 Jazzberry Jam

📋 copy color: '#9B0355'

red 155 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #9B0355

Tints of Jazzberry Jam #9B0355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 63.79%
G = 1.23%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B0355 (or 0x9B0355) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 55. RGB value is (155,3,85). Sum of RGB (Red+Green+Blue) = 155+3+85=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0355 is #64FCAA. Grayscale: #393939. Windows color (decimal): -6618283 or 5571483. OLE color: 5571483.

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

Color convert

RGB 155 3 85 -
CMYK 0 0.98 0.45 0.39
HSL 327.63º 0.96% 0.31% -
HSV(B) 327.63º 0.98% 0.61% -
XYZ 15.19 7.69 9.28 -
YUV 57.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 155 3 85 0 0.98 0.45 0.39 327.63 0.96 0.31
Hex 9B 3 55 0 62 2D 27 148 60 1F
Octal 233 3 125 0 142 55 47 510 140 37
Binary 10011011 11 1010101 0 1100010 101101 100111 101001000 1100000 11111

Color Harmonies of #9B0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0355

Black with #9B0355

Text Example


Text Example

White with #9B0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,85); }

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

background-color css

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

 a { background-color: rgb(155,3,85); }

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

border-color css

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

 span { border-color: rgb(155,3,85); }

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