Html Css Color HEX #9C327C Dark Purple

📋 copy color: '#9C327C'

red 156 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #9C327C

Tints of Dark Purple #9C327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 47.27%
G = 15.15%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C327C (or 0x9C327C) is known color: Dark Purple. HEX triplet: 9C, 32 and 7C. RGB value is (156,50,124). Sum of RGB (Red+Green+Blue) = 156+50+124=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C327C is #63CD83. Grayscale: #595959. Windows color (decimal): -6540676 or 8139420. OLE color: 8139420.

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

Color convert

RGB 156 50 124 -
CMYK 0 0.68 0.21 0.39
HSL 318.11º 0.51% 0.4% -
HSV(B) 318.11º 0.68% 0.61% -
XYZ 18.49 10.8 20.18 -
YUV 90.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 156 50 124 0 0.68 0.21 0.39 318.11 0.51 0.4
Hex 9C 32 7C 0 44 15 27 13E 33 28
Octal 234 62 174 0 104 25 47 476 63 50
Binary 10011100 110010 1111100 0 1000100 10101 100111 100111110 110011 101000

Color Harmonies of #9C327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C327C

Black with #9C327C

Text Example


Text Example

White with #9C327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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