Html Css Color HEX #9E1A55 Jazzberry Jam

📋 copy color: '#9E1A55'

red 158 ◦ green 26 ◦ blue 85

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

Shades of Jazzberry Jam #9E1A55

Tints of Jazzberry Jam #9E1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 58.74%
G = 9.67%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E1A55 (or 0x9E1A55) is known color: Jazzberry Jam. HEX triplet: 9E, 1A and 55. RGB value is (158,26,85). Sum of RGB (Red+Green+Blue) = 158+26+85=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1A55 is #61E5AA. Grayscale: #484848. Windows color (decimal): -6415787 or 5577374. OLE color: 5577374.

HSL color Cylindrical-coordinate representation of color #9E1A55: hue angle of 333.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A55 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 26 85 -
CMYK 0 0.84 0.46 0.38
HSL 333.18º 0.72% 0.36% -
HSV(B) 333.18º 0.84% 0.62% -
XYZ 16.11 8.66 9.42 -
YUV 72.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 158 26 85 0 0.84 0.46 0.38 333.18 0.72 0.36
Hex 9E 1A 55 0 54 2E 26 14D 48 24
Octal 236 32 125 0 124 56 46 515 110 44
Binary 10011110 11010 1010101 0 1010100 101110 100110 101001101 1001000 100100

Color Harmonies of #9E1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1A55

Black with #9E1A55

Text Example


Text Example

White with #9E1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,26,85); }

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

background-color css

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

 a { background-color: rgb(158,26,85); }

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

border-color css

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

 span { border-color: rgb(158,26,85); }

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