Html Css Color HEX #9E1E70 Jazzberry Jam

📋 copy color: '#9E1E70'

red 158 ◦ green 30 ◦ blue 112

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

Shades of Jazzberry Jam #9E1E70

Tints of Jazzberry Jam #9E1E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 52.67%
G = 10%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E1E70 (or 0x9E1E70) is known color: Jazzberry Jam. HEX triplet: 9E, 1E and 70. RGB value is (158,30,112). Sum of RGB (Red+Green+Blue) = 158+30+112=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E70 is #61E18F. Grayscale: #4D4D4D. Windows color (decimal): -6414736 or 7347870. OLE color: 7347870.

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

Color convert

RGB 158 30 112 -
CMYK 0 0.81 0.29 0.38
HSL 321.56º 0.68% 0.37% -
HSV(B) 321.56º 0.81% 0.62% -
XYZ 17.49 9.37 16.22 -
YUV 77.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 158 30 112 0 0.81 0.29 0.38 321.56 0.68 0.37
Hex 9E 1E 70 0 51 1D 26 142 44 25
Octal 236 36 160 0 121 35 46 502 104 45
Binary 10011110 11110 1110000 0 1010001 11101 100110 101000010 1000100 100101

Color Harmonies of #9E1E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1E70

Black with #9E1E70

Text Example


Text Example

White with #9E1E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,30,112); }

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

background-color css

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

 a { background-color: rgb(158,30,112); }

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

border-color css

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

 span { border-color: rgb(158,30,112); }

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