Html Css Color HEX #9B0256 Jazzberry Jam

📋 copy color: '#9B0256'

red 155 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #9B0256

Tints of Jazzberry Jam #9B0256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 63.79%
G = 0.82%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B0256 (or 0x9B0256) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 56. RGB value is (155,2,86). Sum of RGB (Red+Green+Blue) = 155+2+86=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0256 is #64FDA9. Grayscale: #393939. Windows color (decimal): -6618538 or 5636763. OLE color: 5636763.

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

Color convert

RGB 155 2 86 -
CMYK 0 0.99 0.45 0.39
HSL 327.06º 0.97% 0.31% -
HSV(B) 327.06º 0.99% 0.61% -
XYZ 15.22 7.68 9.49 -
YUV 57.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 155 2 86 0 0.99 0.45 0.39 327.06 0.97 0.31
Hex 9B 2 56 0 63 2D 27 147 61 1F
Octal 233 2 126 0 143 55 47 507 141 37
Binary 10011011 10 1010110 0 1100011 101101 100111 101000111 1100001 11111

Color Harmonies of #9B0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0256

Black with #9B0256

Text Example


Text Example

White with #9B0256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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