Html Css Color HEX #9E166C Jazzberry Jam

📋 copy color: '#9E166C'

red 158 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #9E166C

Tints of Jazzberry Jam #9E166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 54.86%
G = 7.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E166C (or 0x9E166C) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 6C. RGB value is (158,22,108). Sum of RGB (Red+Green+Blue) = 158+22+108=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E166C is #61E993. Grayscale: #484848. Windows color (decimal): -6416788 or 7083678. OLE color: 7083678.

HSL color Cylindrical-coordinate representation of color #9E166C: hue angle of 322.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E166C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 22 108 -
CMYK 0 0.86 0.32 0.38
HSL 322.06º 0.76% 0.35% -
HSV(B) 322.06º 0.86% 0.62% -
XYZ 17.09 8.93 15.01 -
YUV 72.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 158 22 108 0 0.86 0.32 0.38 322.06 0.76 0.35
Hex 9E 16 6C 0 56 20 26 142 4C 23
Octal 236 26 154 0 126 40 46 502 114 43
Binary 10011110 10110 1101100 0 1010110 100000 100110 101000010 1001100 100011

Color Harmonies of #9E166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E166C

Black with #9E166C

Text Example


Text Example

White with #9E166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,108); }

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

background-color css

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

 a { background-color: rgb(158,22,108); }

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

border-color css

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

 span { border-color: rgb(158,22,108); }

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