Html Css Color HEX #9E0247 Jazzberry Jam

📋 copy color: '#9E0247'

red 158 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #9E0247

Tints of Jazzberry Jam #9E0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 68.4%
G = 0.87%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E0247 (or 0x9E0247) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 47. RGB value is (158,2,71). Sum of RGB (Red+Green+Blue) = 158+2+71=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0247 is #61FDB8. Grayscale: #383838. Windows color (decimal): -6421945 or 4653726. OLE color: 4653726.

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

Color convert

RGB 158 2 71 -
CMYK 0 0.99 0.55 0.38
HSL 333.46º 0.98% 0.31% -
HSV(B) 333.46º 0.99% 0.62% -
XYZ 15.26 7.77 6.66 -
YUV 56.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 158 2 71 0 0.99 0.55 0.38 333.46 0.98 0.31
Hex 9E 2 47 0 63 37 26 14D 62 1F
Octal 236 2 107 0 143 67 46 515 142 37
Binary 10011110 10 1000111 0 1100011 110111 100110 101001101 1100010 11111

Color Harmonies of #9E0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0247

Black with #9E0247

Text Example


Text Example

White with #9E0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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