Html Css Color HEX #9E1268 Jazzberry Jam

📋 copy color: '#9E1268'

red 158 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #9E1268

Tints of Jazzberry Jam #9E1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 56.43%
G = 6.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E1268 (or 0x9E1268) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 68. RGB value is (158,18,104). Sum of RGB (Red+Green+Blue) = 158+18+104=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1268 is #61ED97. Grayscale: #454545. Windows color (decimal): -6417816 or 6820510. OLE color: 6820510.

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

Color convert

RGB 158 18 104 -
CMYK 0 0.89 0.34 0.38
HSL 323.14º 0.8% 0.35% -
HSV(B) 323.14º 0.89% 0.62% -
XYZ 16.82 8.7 13.89 -
YUV 69.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 158 18 104 0 0.89 0.34 0.38 323.14 0.8 0.35
Hex 9E 12 68 0 59 22 26 143 50 23
Octal 236 22 150 0 131 42 46 503 120 43
Binary 10011110 10010 1101000 0 1011001 100010 100110 101000011 1010000 100011

Color Harmonies of #9E1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1268

Black with #9E1268

Text Example


Text Example

White with #9E1268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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