Html Css Color HEX #9C187C Dark Purple

📋 copy color: '#9C187C'

red 156 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #9C187C

Tints of Dark Purple #9C187C

RGB

 RED value IS 156 (61.33% from 255) = 51.32%

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

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 51.32%
G = 7.89%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C187C (or 0x9C187C) is known color: Dark Purple. HEX triplet: 9C, 18 and 7C. RGB value is (156,24,124). Sum of RGB (Red+Green+Blue) = 156+24+124=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C187C is #63E783. Grayscale: #4A4A4A. Windows color (decimal): -6547332 or 8132764. OLE color: 8132764.

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

Color convert

RGB 156 24 124 -
CMYK 0 0.85 0.21 0.39
HSL 314.55º 0.73% 0.35% -
HSV(B) 314.55º 0.85% 0.61% -
XYZ 17.68 9.18 19.91 -
YUV 74.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 156 24 124 0 0.85 0.21 0.39 314.55 0.73 0.35
Hex 9C 18 7C 0 55 15 27 13B 49 23
Octal 234 30 174 0 125 25 47 473 111 43
Binary 10011100 11000 1111100 0 1010101 10101 100111 100111011 1001001 100011

Color Harmonies of #9C187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C187C

Black with #9C187C

Text Example


Text Example

White with #9C187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,124); }

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

background-color css

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

 a { background-color: rgb(156,24,124); }

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

border-color css

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

 span { border-color: rgb(156,24,124); }

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