#993ACF

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

Shades of Dark Orchid #993ACF

Tints of Dark Orchid #993ACF

Color information

#993ACF (or 0x993ACF) is unknown color: approx Dark Orchid. HEX triplet: 99, 3A and CF. RGB value is (153,58,207). Sum of RGB (Red+Green+Blue) = 153+58+207=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #993ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ACF is #66C530. Grayscale: #666666. Windows color (decimal): -6735153 or 13580953. OLE color: 13580953.

HSL color Cylindrical-coordinate representation of color #993ACF: hue angle of 278.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993ACF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15358207-
CMYK0.260.7200.19
HSL278.26º60.82%51.96%-
HSV(B)278.26º71.98%81.18%-
XYZ25.9114.360.43-
YUV103.39186.47163.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 58 (23.05% from 255) = 13.88%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=36.60%
G=13.88%
B=49.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153582070.260.7200.19278.2660.8251.96
Hex993ACF1A480131163d34
Octal23172317321100234267564
Binary1001100111101011001111110101001000010011100010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,207); }

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

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

 a { background-color: rgb(153,58,207); }

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

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

 span { border-color: rgb(153,58,207); }

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