Html Css Color HEX #9E196A Jazzberry Jam

📋 copy color: '#9E196A'

red 158 ◦ green 25 ◦ blue 106

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

Shades of Jazzberry Jam #9E196A

Tints of Jazzberry Jam #9E196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 54.67%
G = 8.65%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E196A (or 0x9E196A) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 6A. RGB value is (158,25,106). Sum of RGB (Red+Green+Blue) = 158+25+106=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E196A is #61E695. Grayscale: #494949. Windows color (decimal): -6416022 or 6953374. OLE color: 6953374.

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

Color convert

RGB 158 25 106 -
CMYK 0 0.84 0.33 0.38
HSL 323.46º 0.73% 0.36% -
HSV(B) 323.46º 0.84% 0.62% -
XYZ 17.05 9 14.48 -
YUV 74 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 158 25 106 0 0.84 0.33 0.38 323.46 0.73 0.36
Hex 9E 19 6A 0 54 21 26 143 49 24
Octal 236 31 152 0 124 41 46 503 111 44
Binary 10011110 11001 1101010 0 1010100 100001 100110 101000011 1001001 100100

Color Harmonies of #9E196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E196A

Black with #9E196A

Text Example


Text Example

White with #9E196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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