Html Css Color HEX #9E004F Jazzberry Jam

📋 copy color: '#9E004F'

red 158 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #9E004F

Tints of Jazzberry Jam #9E004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E004F (or 0x9E004F) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 4F. RGB value is (158,0,79). Sum of RGB (Red+Green+Blue) = 158+0+79=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E004F is #61FFB0. Grayscale: #383838. Windows color (decimal): -6422449 or 5177502. OLE color: 5177502.

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

Color convert

RGB 158 0 79 -
CMYK 0 1 0.50 0.38
HSL 330º 1% 0.31% -
HSV(B) 330º 1% 0.62% -
XYZ 15.51 7.83 8.09 -
YUV 56.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 158 0 79 0 1 0.50 0.38 330 1 0.31
Hex 9E 0 4F 0 64 32 26 14A 64 1F
Octal 236 0 117 0 144 62 46 512 144 37
Binary 10011110 0 1001111 0 1100100 110010 100110 101001010 1100100 11111

Color Harmonies of #9E004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E004F

Black with #9E004F

Text Example


Text Example

White with #9E004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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