Html Css Color HEX #9D186D Jazzberry Jam

📋 copy color: '#9D186D'

red 157 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #9D186D

Tints of Jazzberry Jam #9D186D

RGB

 RED value IS 157 (61.72% from 255) = 54.14%

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

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

R = 54.14%
G = 8.28%
B = 37.59%

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

#9D186D (or 0x9D186D) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 6D. RGB value is (157,24,109). Sum of RGB (Red+Green+Blue) = 157+24+109=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D186D is #62E792. Grayscale: #494949. Windows color (decimal): -6481811 or 7149725. OLE color: 7149725.

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

Color convert

RGB 157 24 109 -
CMYK 0 0.85 0.31 0.38
HSL 321.65º 0.73% 0.35% -
HSV(B) 321.65º 0.85% 0.62% -
XYZ 16.99 8.93 15.3 -
YUV 73.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 157 24 109 0 0.85 0.31 0.38 321.65 0.73 0.35
Hex 9D 18 6D 0 55 1F 26 142 49 23
Octal 235 30 155 0 125 37 46 502 111 43
Binary 10011101 11000 1101101 0 1010101 11111 100110 101000010 1001001 100011

Color Harmonies of #9D186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D186D

Black with #9D186D

Text Example


Text Example

White with #9D186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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