Html Css Color HEX #9C2A7E Dark Purple

📋 copy color: '#9C2A7E'

red 156 ◦ green 42 ◦ blue 126

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

Shades of Dark Purple #9C2A7E

Tints of Dark Purple #9C2A7E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 48.15%
G = 12.96%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C2A7E (or 0x9C2A7E) is known color: Dark Purple. HEX triplet: 9C, 2A and 7E. RGB value is (156,42,126). Sum of RGB (Red+Green+Blue) = 156+42+126=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A7E is #63D581. Grayscale: #555555. Windows color (decimal): -6542722 or 8268444. OLE color: 8268444.

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

Color convert

RGB 156 42 126 -
CMYK 0 0.73 0.19 0.39
HSL 315.79º 0.58% 0.39% -
HSV(B) 315.79º 0.73% 0.61% -
XYZ 18.3 10.23 20.75 -
YUV 85.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 156 42 126 0 0.73 0.19 0.39 315.79 0.58 0.39
Hex 9C 2A 7E 0 49 13 27 13C 3A 27
Octal 234 52 176 0 111 23 47 474 72 47
Binary 10011100 101010 1111110 0 1001001 10011 100111 100111100 111010 100111

Color Harmonies of #9C2A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A7E

Black with #9C2A7E

Text Example


Text Example

White with #9C2A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,42,126); }

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

background-color css

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

 a { background-color: rgb(156,42,126); }

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

border-color css

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

 span { border-color: rgb(156,42,126); }

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