Html Css Color HEX #9E1144 Jazzberry Jam

📋 copy color: '#9E1144'

red 158 ◦ green 17 ◦ blue 68

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

Shades of Jazzberry Jam #9E1144

Tints of Jazzberry Jam #9E1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 65.02%
G = 7%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9E1144 (or 0x9E1144) is known color: Jazzberry Jam. HEX triplet: 9E, 11 and 44. RGB value is (158,17,68). Sum of RGB (Red+Green+Blue) = 158+17+68=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1144 is #61EEBB. Grayscale: #404040. Windows color (decimal): -6418108 or 4460958. OLE color: 4460958.

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

Color convert

RGB 158 17 68 -
CMYK 0 0.89 0.57 0.38
HSL 338.3º 0.81% 0.34% -
HSV(B) 338.3º 0.89% 0.62% -
XYZ 15.34 8.09 6.22 -
YUV 64.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 158 17 68 0 0.89 0.57 0.38 338.3 0.81 0.34
Hex 9E 11 44 0 59 39 26 152 51 22
Octal 236 21 104 0 131 71 46 522 121 42
Binary 10011110 10001 1000100 0 1011001 111001 100110 101010010 1010001 100010

Color Harmonies of #9E1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1144

Black with #9E1144

Text Example


Text Example

White with #9E1144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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