#993C7E

Color #993C7E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #993C7E

Tints of Dark Purple #993C7E

Color information

#993C7E (or 0x993C7E) is unknown color: approx Dark Purple. HEX triplet: 99, 3C and 7E. RGB value is (153,60,126). Sum of RGB (Red+Green+Blue) = 153+60+126=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C7E is #66C381. Grayscale: #5F5F5F. Windows color (decimal): -6734722 or 8273049. OLE color: 8273049.

HSL color Cylindrical-coordinate representation of color #993C7E: hue angle of 317.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C7E is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15360126-
CMYK00.610.180.4
HSL317.42º43.66%41.76%-
HSV(B)317.42º60.78%60%-
XYZ18.5211.5120.98-
YUV95.33145.31169.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=45.13%
G=17.70%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536012600.610.180.4317.4243.6641.76
Hex993C7E03D122813d2c2a
Octal2317417607522504755452
Binary100110011111001111110011110110010101000100111101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C7E; }

 p { color: rgb(153,60,126); }

 H1.HeaderClassName
 {
   color: #993C7E;
 }
 .AnyTagClassName
 {
   color: #993C7E;
 }
</style>
background-color css

<style>
 a { background-color: #993C7E; }

 a { background-color: rgb(153,60,126); }

 div.DivClassName
 {
   background-color: #993C7E;
 }
 .BgClassName
 {
   background-color: #993C7E;
 }
</style>
border-color css

<style>
 span { border-color: #993C7E; }

 span { border-color: rgb(153,60,126); }

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