Html Css Color HEX #9E185B Jazzberry Jam

📋 copy color: '#9E185B'

red 158 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #9E185B

Tints of Jazzberry Jam #9E185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 57.88%
G = 8.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E185B (or 0x9E185B) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 5B. RGB value is (158,24,91). Sum of RGB (Red+Green+Blue) = 158+24+91=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E185B is #61E7A4. Grayscale: #474747. Windows color (decimal): -6416293 or 5970078. OLE color: 5970078.

HSL color Cylindrical-coordinate representation of color #9E185B: hue angle of 330º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E185B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 24 91 -
CMYK 0 0.85 0.42 0.38
HSL 330º 0.74% 0.36% -
HSV(B) 330º 0.85% 0.62% -
XYZ 16.32 8.68 10.71 -
YUV 71.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 158 24 91 0 0.85 0.42 0.38 330 0.74 0.36
Hex 9E 18 5B 0 55 2A 26 14A 4A 24
Octal 236 30 133 0 125 52 46 512 112 44
Binary 10011110 11000 1011011 0 1010101 101010 100110 101001010 1001010 100100

Color Harmonies of #9E185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E185B

Black with #9E185B

Text Example


Text Example

White with #9E185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,24,91); }

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

background-color css

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

 a { background-color: rgb(158,24,91); }

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

border-color css

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

 span { border-color: rgb(158,24,91); }

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