#993fc4

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

Shades of Dark Orchid #993FC4

Tints of Dark Orchid #993FC4

Color information

#993FC4 (or 0x993FC4) is unknown color: approx Dark Orchid. HEX triplet: 99, 3F and C4. RGB value is (153,63,196). Sum of RGB (Red+Green+Blue) = 153+63+196=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #993FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FC4 is #66C03B. Grayscale: #686868. Windows color (decimal): -6733884 or 12861337. OLE color: 12861337.

HSL color Cylindrical-coordinate representation of color #993FC4: hue angle of 280.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993FC4 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15363196-
CMYK0.220.6800.23
HSL280.6º52.99%50.78%-
HSV(B)280.6º67.86%76.86%-
XYZ24.8814.3153.68-
YUV105.07179.32162.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=37.14%
G=15.29%
B=47.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153631960.220.6800.23280.652.9950.78
Hex993FC416440171193533
Octal23177304261040274316563
Binary1001100111111111000100101101000100010111100011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,63,196); }

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

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

 a { background-color: rgb(153,63,196); }

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

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

 span { border-color: rgb(153,63,196); }

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