Html Css Color HEX #9E1161 Jazzberry Jam

📋 copy color: '#9E1161'

red 158 ◦ green 17 ◦ blue 97

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

Shades of Jazzberry Jam #9E1161

Tints of Jazzberry Jam #9E1161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 58.09%
G = 6.25%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E1161 (or 0x9E1161) is known color: Jazzberry Jam. HEX triplet: 9E, 11 and 61. RGB value is (158,17,97). Sum of RGB (Red+Green+Blue) = 158+17+97=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1161 is #61EE9E. Grayscale: #444444. Windows color (decimal): -6418079 or 6361502. OLE color: 6361502.

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

Color convert

RGB 158 17 97 -
CMYK 0 0.89 0.39 0.38
HSL 325.96º 0.81% 0.34% -
HSV(B) 325.96º 0.89% 0.62% -
XYZ 16.46 8.53 12.09 -
YUV 68.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 158 17 97 0 0.89 0.39 0.38 325.96 0.81 0.34
Hex 9E 11 61 0 59 27 26 146 51 22
Octal 236 21 141 0 131 47 46 506 121 42
Binary 10011110 10001 1100001 0 1011001 100111 100110 101000110 1010001 100010

Color Harmonies of #9E1161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1161

Black with #9E1161

Text Example


Text Example

White with #9E1161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,97); }

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

background-color css

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

 a { background-color: rgb(158,17,97); }

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

border-color css

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

 span { border-color: rgb(158,17,97); }

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