Html Css Color HEX #9E0547 Jazzberry Jam

📋 copy color: '#9E0547'

red 158 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #9E0547

Tints of Jazzberry Jam #9E0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 67.52%
G = 2.14%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E0547 (or 0x9E0547) is known color: Jazzberry Jam. HEX triplet: 9E, 05 and 47. RGB value is (158,5,71). Sum of RGB (Red+Green+Blue) = 158+5+71=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0547 is #61FAB8. Grayscale: #3A3A3A. Windows color (decimal): -6421177 or 4654494. OLE color: 4654494.

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

Color convert

RGB 158 5 71 -
CMYK 0 0.97 0.55 0.38
HSL 334.12º 0.94% 0.32% -
HSV(B) 334.12º 0.97% 0.62% -
XYZ 15.29 7.83 6.67 -
YUV 58.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 158 5 71 0 0.97 0.55 0.38 334.12 0.94 0.32
Hex 9E 5 47 0 61 37 26 14E 5E 20
Octal 236 5 107 0 141 67 46 516 136 40
Binary 10011110 101 1000111 0 1100001 110111 100110 101001110 1011110 100000

Color Harmonies of #9E0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0547

Black with #9E0547

Text Example


Text Example

White with #9E0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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