Html Css Color HEX #9E186A Jazzberry Jam

📋 copy color: '#9E186A'

red 158 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #9E186A

Tints of Jazzberry Jam #9E186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 54.86%
G = 8.33%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E186A (or 0x9E186A) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 6A. RGB value is (158,24,106). Sum of RGB (Red+Green+Blue) = 158+24+106=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E186A is #61E795. Grayscale: #494949. Windows color (decimal): -6416278 or 6953118. OLE color: 6953118.

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

Color convert

RGB 158 24 106 -
CMYK 0 0.85 0.33 0.38
HSL 323.28º 0.74% 0.36% -
HSV(B) 323.28º 0.85% 0.62% -
XYZ 17.03 8.96 14.47 -
YUV 73.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 158 24 106 0 0.85 0.33 0.38 323.28 0.74 0.36
Hex 9E 18 6A 0 55 21 26 143 4A 24
Octal 236 30 152 0 125 41 46 503 112 44
Binary 10011110 11000 1101010 0 1010101 100001 100110 101000011 1001010 100100

Color Harmonies of #9E186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E186A

Black with #9E186A

Text Example


Text Example

White with #9E186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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