Html Css Color HEX #9E1261 Jazzberry Jam

📋 copy color: '#9E1261'

red 158 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #9E1261

Tints of Jazzberry Jam #9E1261

RGB

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

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

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

R = 57.88%
G = 6.59%
B = 35.53%

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

#9E1261 (or 0x9E1261) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 61. RGB value is (158,18,97). Sum of RGB (Red+Green+Blue) = 158+18+97=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1261 is #61ED9E. Grayscale: #444444. Windows color (decimal): -6417823 or 6361758. OLE color: 6361758.

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

Color convert

RGB 158 18 97 -
CMYK 0 0.89 0.39 0.38
HSL 326.14º 0.8% 0.35% -
HSV(B) 326.14º 0.89% 0.62% -
XYZ 16.47 8.56 12.09 -
YUV 68.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 158 18 97 0 0.89 0.39 0.38 326.14 0.8 0.35
Hex 9E 12 61 0 59 27 26 146 50 23
Octal 236 22 141 0 131 47 46 506 120 43
Binary 10011110 10010 1100001 0 1011001 100111 100110 101000110 1010000 100011

Color Harmonies of #9E1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1261

Black with #9E1261

Text Example


Text Example

White with #9E1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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