Html Css Color HEX #9C2790 Dark Purple

📋 copy color: '#9C2790'

red 156 ◦ green 39 ◦ blue 144

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

Shades of Dark Purple #9C2790

Tints of Dark Purple #9C2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 46.02%
G = 11.5%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C2790 (or 0x9C2790) is known color: Dark Purple. HEX triplet: 9C, 27 and 90. RGB value is (156,39,144). Sum of RGB (Red+Green+Blue) = 156+39+144=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2790 is #63D86F. Grayscale: #555555. Windows color (decimal): -6543472 or 9447324. OLE color: 9447324.

HSL color Cylindrical-coordinate representation of color #9C2790: hue angle of 306.15º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2790 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 39 144 -
CMYK 0 0.75 0.08 0.39
HSL 306.15º 0.6% 0.38% -
HSV(B) 306.15º 0.75% 0.61% -
XYZ 19.47 10.53 27.39 -
YUV 85.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 156 39 144 0 0.75 0.08 0.39 306.15 0.6 0.38
Hex 9C 27 90 0 4B 8 27 132 3C 26
Octal 234 47 220 0 113 10 47 462 74 46
Binary 10011100 100111 10010000 0 1001011 1000 100111 100110010 111100 100110

Color Harmonies of #9C2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2790

Black with #9C2790

Text Example


Text Example

White with #9C2790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,39,144); }

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

background-color css

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

 a { background-color: rgb(156,39,144); }

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

border-color css

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

 span { border-color: rgb(156,39,144); }

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