Html Css Color HEX #9E085D Jazzberry Jam

📋 copy color: '#9E085D'

red 158 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #9E085D

Tints of Jazzberry Jam #9E085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 61%
G = 3.09%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E085D (or 0x9E085D) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 5D. RGB value is (158,8,93). Sum of RGB (Red+Green+Blue) = 158+8+93=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E085D is #61F7A2. Grayscale: #3E3E3E. Windows color (decimal): -6420387 or 6097054. OLE color: 6097054.

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

Color convert

RGB 158 8 93 -
CMYK 0 0.95 0.41 0.38
HSL 326º 0.9% 0.33% -
HSV(B) 326º 0.95% 0.62% -
XYZ 16.16 8.23 11.09 -
YUV 62.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 158 8 93 0 0.95 0.41 0.38 326 0.9 0.33
Hex 9E 8 5D 0 5F 29 26 146 5A 21
Octal 236 10 135 0 137 51 46 506 132 41
Binary 10011110 1000 1011101 0 1011111 101001 100110 101000110 1011010 100001

Color Harmonies of #9E085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E085D

Black with #9E085D

Text Example


Text Example

White with #9E085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,8,93); }

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

background-color css

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

 a { background-color: rgb(158,8,93); }

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

border-color css

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

 span { border-color: rgb(158,8,93); }

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