Html Css Color HEX #9E1462 Jazzberry Jam

📋 copy color: '#9E1462'

red 158 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #9E1462

Tints of Jazzberry Jam #9E1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 57.25%
G = 7.25%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E1462 (or 0x9E1462) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 62. RGB value is (158,20,98). Sum of RGB (Red+Green+Blue) = 158+20+98=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1462 is #61EB9D. Grayscale: #454545. Windows color (decimal): -6417310 or 6427806. OLE color: 6427806.

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

Color convert

RGB 158 20 98 -
CMYK 0 0.87 0.38 0.38
HSL 326.09º 0.78% 0.35% -
HSV(B) 326.09º 0.87% 0.62% -
XYZ 16.56 8.65 12.35 -
YUV 70.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 158 20 98 0 0.87 0.38 0.38 326.09 0.78 0.35
Hex 9E 14 62 0 57 26 26 146 4E 23
Octal 236 24 142 0 127 46 46 506 116 43
Binary 10011110 10100 1100010 0 1010111 100110 100110 101000110 1001110 100011

Color Harmonies of #9E1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1462

Black with #9E1462

Text Example


Text Example

White with #9E1462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,20,98); }

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

background-color css

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

 a { background-color: rgb(158,20,98); }

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

border-color css

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

 span { border-color: rgb(158,20,98); }

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