#933DCA

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

Shades of Dark Orchid #933DCA

Tints of Dark Orchid #933DCA

Color information

#933DCA (or 0x933DCA) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and CA. RGB value is (147,61,202). Sum of RGB (Red+Green+Blue) = 147+61+202=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #933DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DCA is #6CC235. Grayscale: #666666. Windows color (decimal): -7127606 or 13254035. OLE color: 13254035.

HSL color Cylindrical-coordinate representation of color #933DCA: hue angle of 276.6º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933DCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14761202-
CMYK0.270.7000.21
HSL276.6º57.09%51.57%-
HSV(B)276.6º69.8%79.22%-
XYZ24.3613.857.26-
YUV102.79183.99159.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 61 (24.22% from 255) = 14.88%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=35.85%
G=14.88%
B=49.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147612020.270.7000.21276.657.0951.57
Hex933DCA1B460151153934
Octal22375312331060254257164
Binary1001001111110111001010110111000110010101100010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933DCA; }

 p { color: rgb(147,61,202); }

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

<style>
 a { background-color: #933DCA; }

 a { background-color: rgb(147,61,202); }

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

<style>
 span { border-color: #933DCA; }

 span { border-color: rgb(147,61,202); }

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