Html Css Color HEX #9E074F Jazzberry Jam

📋 copy color: '#9E074F'

red 158 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #9E074F

Tints of Jazzberry Jam #9E074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 64.75%
G = 2.87%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E074F (or 0x9E074F) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 4F. RGB value is (158,7,79). Sum of RGB (Red+Green+Blue) = 158+7+79=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E074F is #61F8B0. Grayscale: #3C3C3C. Windows color (decimal): -6420657 or 5179294. OLE color: 5179294.

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

Color convert

RGB 158 7 79 -
CMYK 0 0.96 0.50 0.38
HSL 331.39º 0.92% 0.32% -
HSV(B) 331.39º 0.96% 0.62% -
XYZ 15.59 7.99 8.12 -
YUV 60.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 158 7 79 0 0.96 0.50 0.38 331.39 0.92 0.32
Hex 9E 7 4F 0 60 32 26 14B 5C 20
Octal 236 7 117 0 140 62 46 513 134 40
Binary 10011110 111 1001111 0 1100000 110010 100110 101001011 1011100 100000

Color Harmonies of #9E074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E074F

Black with #9E074F

Text Example


Text Example

White with #9E074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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