Html Css Color HEX #9E084F Jazzberry Jam

📋 copy color: '#9E084F'

red 158 ◦ green 8 ◦ blue 79

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

Shades of Jazzberry Jam #9E084F

Tints of Jazzberry Jam #9E084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 64.49%
G = 3.27%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E084F (or 0x9E084F) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 4F. RGB value is (158,8,79). Sum of RGB (Red+Green+Blue) = 158+8+79=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E084F is #61F7B0. Grayscale: #3C3C3C. Windows color (decimal): -6420401 or 5179550. OLE color: 5179550.

HSL color Cylindrical-coordinate representation of color #9E084F: hue angle of 331.6º 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 #9E084F is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 8 79 -
CMYK 0 0.95 0.50 0.38
HSL 331.6º 0.9% 0.33% -
HSV(B) 331.6º 0.95% 0.62% -
XYZ 15.6 8.01 8.12 -
YUV 60.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 158 8 79 0 0.95 0.50 0.38 331.6 0.9 0.33
Hex 9E 8 4F 0 5F 32 26 14C 5A 21
Octal 236 10 117 0 137 62 46 514 132 41
Binary 10011110 1000 1001111 0 1011111 110010 100110 101001100 1011010 100001

Color Harmonies of #9E084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E084F

Black with #9E084F

Text Example


Text Example

White with #9E084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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