#993FC7

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

Shades of Dark Orchid #993FC7

Tints of Dark Orchid #993FC7

Color information

#993FC7 (or 0x993FC7) is unknown color: approx Dark Orchid. HEX triplet: 99, 3F and C7. RGB value is (153,63,199). Sum of RGB (Red+Green+Blue) = 153+63+199=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #993FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FC7 is #66C038. Grayscale: #686868. Windows color (decimal): -6733881 or 13057945. OLE color: 13057945.

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

Color convert

RGB15363199-
CMYK0.230.6800.22
HSL279.71º54.84%51.37%-
HSV(B)279.71º68.34%78.04%-
XYZ25.2214.4555.49-
YUV105.41180.82161.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 199 (78.12% from 255) = 47.95%
R=36.87%
G=15.18%
B=47.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153631990.230.6800.22279.7154.8451.37
Hex993FC717440161183733
Octal23177307271040264306763
Binary1001100111111111000111101111000100010110100011000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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