Html Css Color HEX #9C1784 Dark Purple

📋 copy color: '#9C1784'

red 156 ◦ green 23 ◦ blue 132

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

Shades of Dark Purple #9C1784

Tints of Dark Purple #9C1784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 50.16%
G = 7.4%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C1784 (or 0x9C1784) is known color: Dark Purple. HEX triplet: 9C, 17 and 84. RGB value is (156,23,132). Sum of RGB (Red+Green+Blue) = 156+23+132=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1784 is #63E87B. Grayscale: #4A4A4A. Windows color (decimal): -6547580 or 8656796. OLE color: 8656796.

HSL color Cylindrical-coordinate representation of color #9C1784: hue angle of 310.83º degrees, saturation: 0.74, 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 #9C1784 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 23 132 -
CMYK 0 0.85 0.15 0.39
HSL 310.83º 0.74% 0.35% -
HSV(B) 310.83º 0.85% 0.61% -
XYZ 18.18 9.35 22.68 -
YUV 75.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 156 23 132 0 0.85 0.15 0.39 310.83 0.74 0.35
Hex 9C 17 84 0 55 F 27 137 4A 23
Octal 234 27 204 0 125 17 47 467 112 43
Binary 10011100 10111 10000100 0 1010101 1111 100111 100110111 1001010 100011

Color Harmonies of #9C1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1784

Black with #9C1784

Text Example


Text Example

White with #9C1784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,23,132); }

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

background-color css

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

 a { background-color: rgb(156,23,132); }

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

border-color css

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

 span { border-color: rgb(156,23,132); }

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