Html Css Color HEX #9E1966 Jazzberry Jam

📋 copy color: '#9E1966'

red 158 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #9E1966

Tints of Jazzberry Jam #9E1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 55.44%
G = 8.77%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E1966 (or 0x9E1966) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 66. RGB value is (158,25,102). Sum of RGB (Red+Green+Blue) = 158+25+102=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1966 is #61E699. Grayscale: #494949. Windows color (decimal): -6416026 or 6691230. OLE color: 6691230.

HSL color Cylindrical-coordinate representation of color #9E1966: hue angle of 325.26º degrees, saturation: 0.73, 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 #9E1966 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 25 102 -
CMYK 0 0.84 0.35 0.38
HSL 325.26º 0.73% 0.36% -
HSV(B) 325.26º 0.84% 0.62% -
XYZ 16.85 8.92 13.4 -
YUV 73.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 158 25 102 0 0.84 0.35 0.38 325.26 0.73 0.36
Hex 9E 19 66 0 54 23 26 145 49 24
Octal 236 31 146 0 124 43 46 505 111 44
Binary 10011110 11001 1100110 0 1010100 100011 100110 101000101 1001001 100100

Color Harmonies of #9E1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1966

Black with #9E1966

Text Example


Text Example

White with #9E1966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,102); }

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

background-color css

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

 a { background-color: rgb(158,25,102); }

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

border-color css

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

 span { border-color: rgb(158,25,102); }

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