Html Css Color HEX #9E044E Jazzberry Jam

📋 copy color: '#9E044E'

red 158 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #9E044E

Tints of Jazzberry Jam #9E044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 65.83%
G = 1.67%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E044E (or 0x9E044E) is known color: Jazzberry Jam. HEX triplet: 9E, 04 and 4E. RGB value is (158,4,78). Sum of RGB (Red+Green+Blue) = 158+4+78=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E044E is #61FBB1. Grayscale: #3A3A3A. Windows color (decimal): -6421426 or 5112990. OLE color: 5112990.

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

Color convert

RGB 158 4 78 -
CMYK 0 0.97 0.51 0.38
HSL 331.17º 0.95% 0.32% -
HSV(B) 331.17º 0.97% 0.62% -
XYZ 15.52 7.91 7.92 -
YUV 58.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 158 4 78 0 0.97 0.51 0.38 331.17 0.95 0.32
Hex 9E 4 4E 0 61 33 26 14B 5F 20
Octal 236 4 116 0 141 63 46 513 137 40
Binary 10011110 100 1001110 0 1100001 110011 100110 101001011 1011111 100000

Color Harmonies of #9E044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E044E

Black with #9E044E

Text Example


Text Example

White with #9E044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,4,78); }

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

background-color css

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

 a { background-color: rgb(158,4,78); }

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

border-color css

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

 span { border-color: rgb(158,4,78); }

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