Html Css Color HEX #9B0356 Jazzberry Jam

📋 copy color: '#9B0356'

red 155 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #9B0356

Tints of Jazzberry Jam #9B0356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 63.52%
G = 1.23%
B = 35.25%

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

#9B0356 (or 0x9B0356) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 56. RGB value is (155,3,86). Sum of RGB (Red+Green+Blue) = 155+3+86=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0356 is #64FCA9. Grayscale: #393939. Windows color (decimal): -6618282 or 5637019. OLE color: 5637019.

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

Color convert

RGB 155 3 86 -
CMYK 0 0.98 0.45 0.39
HSL 327.24º 0.96% 0.31% -
HSV(B) 327.24º 0.98% 0.61% -
XYZ 15.23 7.71 9.49 -
YUV 57.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 155 3 86 0 0.98 0.45 0.39 327.24 0.96 0.31
Hex 9B 3 56 0 62 2D 27 147 60 1F
Octal 233 3 126 0 142 55 47 507 140 37
Binary 10011011 11 1010110 0 1100010 101101 100111 101000111 1100000 11111

Color Harmonies of #9B0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0356

Black with #9B0356

Text Example


Text Example

White with #9B0356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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