Html Css Color HEX #9D186F Jazzberry Jam

📋 copy color: '#9D186F'

red 157 ◦ green 24 ◦ blue 111

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

Shades of Jazzberry Jam #9D186F

Tints of Jazzberry Jam #9D186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 53.77%
G = 8.22%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D186F (or 0x9D186F) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 6F. RGB value is (157,24,111). Sum of RGB (Red+Green+Blue) = 157+24+111=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D186F is #62E790. Grayscale: #494949. Windows color (decimal): -6481809 or 7280797. OLE color: 7280797.

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

Color convert

RGB 157 24 111 -
CMYK 0 0.85 0.29 0.38
HSL 320.75º 0.73% 0.35% -
HSV(B) 320.75º 0.85% 0.62% -
XYZ 17.1 8.97 15.87 -
YUV 73.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 157 24 111 0 0.85 0.29 0.38 320.75 0.73 0.35
Hex 9D 18 6F 0 55 1D 26 141 49 23
Octal 235 30 157 0 125 35 46 501 111 43
Binary 10011101 11000 1101111 0 1010101 11101 100110 101000001 1001001 100011

Color Harmonies of #9D186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D186F

Black with #9D186F

Text Example


Text Example

White with #9D186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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