Html Css Color HEX #9E186D Jazzberry Jam

📋 copy color: '#9E186D'

red 158 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #9E186D

Tints of Jazzberry Jam #9E186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 54.3%
G = 8.25%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E186D (or 0x9E186D) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 6D. RGB value is (158,24,109). Sum of RGB (Red+Green+Blue) = 158+24+109=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E186D is #61E792. Grayscale: #494949. Windows color (decimal): -6416275 or 7149726. OLE color: 7149726.

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

Color convert

RGB 158 24 109 -
CMYK 0 0.85 0.31 0.38
HSL 321.94º 0.74% 0.36% -
HSV(B) 321.94º 0.85% 0.62% -
XYZ 17.19 9.03 15.3 -
YUV 73.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 158 24 109 0 0.85 0.31 0.38 321.94 0.74 0.36
Hex 9E 18 6D 0 55 1F 26 142 4A 24
Octal 236 30 155 0 125 37 46 502 112 44
Binary 10011110 11000 1101101 0 1010101 11111 100110 101000010 1001010 100100

Color Harmonies of #9E186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E186D

Black with #9E186D

Text Example


Text Example

White with #9E186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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