Html Css Color HEX #9E054A Jazzberry Jam

📋 copy color: '#9E054A'

red 158 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #9E054A

Tints of Jazzberry Jam #9E054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 66.67%
G = 2.11%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E054A (or 0x9E054A) is known color: Jazzberry Jam. HEX triplet: 9E, 05 and 4A. RGB value is (158,5,74). Sum of RGB (Red+Green+Blue) = 158+5+74=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E054A is #61FAB5. Grayscale: #3A3A3A. Windows color (decimal): -6421174 or 4851102. OLE color: 4851102.

HSL color Cylindrical-coordinate representation of color #9E054A: hue angle of 332.94º degrees, saturation: 0.94, 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 #9E054A is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 74 -
CMYK 0 0.97 0.53 0.38
HSL 332.94º 0.94% 0.32% -
HSV(B) 332.94º 0.97% 0.62% -
XYZ 15.39 7.87 7.19 -
YUV 58.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 158 5 74 0 0.97 0.53 0.38 332.94 0.94 0.32
Hex 9E 5 4A 0 61 35 26 14D 5E 20
Octal 236 5 112 0 141 65 46 515 136 40
Binary 10011110 101 1001010 0 1100001 110101 100110 101001101 1011110 100000

Color Harmonies of #9E054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E054A

Black with #9E054A

Text Example


Text Example

White with #9E054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,74); }

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

background-color css

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

 a { background-color: rgb(158,5,74); }

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

border-color css

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

 span { border-color: rgb(158,5,74); }

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