Html Css Color HEX #9E1252 Jazzberry Jam

📋 copy color: '#9E1252'

red 158 ◦ green 18 ◦ blue 82

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

Shades of Jazzberry Jam #9E1252

Tints of Jazzberry Jam #9E1252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 61.24%
G = 6.98%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E1252 (or 0x9E1252) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 52. RGB value is (158,18,82). Sum of RGB (Red+Green+Blue) = 158+18+82=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1252 is #61EDAD. Grayscale: #434343. Windows color (decimal): -6417838 or 5378718. OLE color: 5378718.

HSL color Cylindrical-coordinate representation of color #9E1252: hue angle of 332.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1252 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 18 82 -
CMYK 0 0.89 0.48 0.38
HSL 332.57º 0.8% 0.35% -
HSV(B) 332.57º 0.89% 0.62% -
XYZ 15.84 8.31 8.75 -
YUV 67.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 158 18 82 0 0.89 0.48 0.38 332.57 0.8 0.35
Hex 9E 12 52 0 59 30 26 14D 50 23
Octal 236 22 122 0 131 60 46 515 120 43
Binary 10011110 10010 1010010 0 1011001 110000 100110 101001101 1010000 100011

Color Harmonies of #9E1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1252

Black with #9E1252

Text Example


Text Example

White with #9E1252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,82); }

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

background-color css

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

 a { background-color: rgb(158,18,82); }

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

border-color css

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

 span { border-color: rgb(158,18,82); }

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