Html Css Color HEX #9B0B5D Jazzberry Jam

📋 copy color: '#9B0B5D'

red 155 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #9B0B5D

Tints of Jazzberry Jam #9B0B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 59.85%
G = 4.25%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B0B5D (or 0x9B0B5D) is known color: Jazzberry Jam. HEX triplet: 9B, 0B and 5D. RGB value is (155,11,93). Sum of RGB (Red+Green+Blue) = 155+11+93=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B5D is #64F4A2. Grayscale: #3F3F3F. Windows color (decimal): -6616227 or 6097819. OLE color: 6097819.

HSL color Cylindrical-coordinate representation of color #9B0B5D: hue angle of 325.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B5D is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 11 93 -
CMYK 0 0.93 0.4 0.39
HSL 325.83º 0.87% 0.33% -
HSV(B) 325.83º 0.93% 0.61% -
XYZ 15.61 8 11.08 -
YUV 63.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 155 11 93 0 0.93 0.4 0.39 325.83 0.87 0.33
Hex 9B B 5D 0 5D 28 27 146 57 21
Octal 233 13 135 0 135 50 47 506 127 41
Binary 10011011 1011 1011101 0 1011101 101000 100111 101000110 1010111 100001

Color Harmonies of #9B0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B5D

Black with #9B0B5D

Text Example


Text Example

White with #9B0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,11,93); }

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

background-color css

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

 a { background-color: rgb(155,11,93); }

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

border-color css

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

 span { border-color: rgb(155,11,93); }

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