Html Css Color HEX #9E0B5E Jazzberry Jam

📋 copy color: '#9E0B5E'

red 158 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #9E0B5E

Tints of Jazzberry Jam #9E0B5E

RGB

 RED value IS 158 (62.11% from 255) = 60.08%

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 60.08%
G = 4.18%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E0B5E (or 0x9E0B5E) is known color: Jazzberry Jam. HEX triplet: 9E, 0B and 5E. RGB value is (158,11,94). Sum of RGB (Red+Green+Blue) = 158+11+94=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B5E is #61F4A1. Grayscale: #404040. Windows color (decimal): -6419618 or 6163358. OLE color: 6163358.

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

Color convert

RGB 158 11 94 -
CMYK 0 0.93 0.41 0.38
HSL 326.12º 0.87% 0.33% -
HSV(B) 326.12º 0.93% 0.62% -
XYZ 16.24 8.32 11.34 -
YUV 64.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 158 11 94 0 0.93 0.41 0.38 326.12 0.87 0.33
Hex 9E B 5E 0 5D 29 26 146 57 21
Octal 236 13 136 0 135 51 46 506 127 41
Binary 10011110 1011 1011110 0 1011101 101001 100110 101000110 1010111 100001

Color Harmonies of #9E0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0B5E

Black with #9E0B5E

Text Example


Text Example

White with #9E0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,11,94); }

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

background-color css

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

 a { background-color: rgb(158,11,94); }

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

border-color css

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

 span { border-color: rgb(158,11,94); }

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