#933DB9

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

Shades of Dark Orchid #933DB9

Tints of Dark Orchid #933DB9

Color information

#933DB9 (or 0x933DB9) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and B9. RGB value is (147,61,185). Sum of RGB (Red+Green+Blue) = 147+61+185=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #933DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DB9 is #6CC246. Grayscale: #646464. Windows color (decimal): -7127623 or 12139923. OLE color: 12139923.

HSL color Cylindrical-coordinate representation of color #933DB9: hue angle of 281.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933DB9 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14761185-
CMYK0.210.6700.27
HSL281.61º50.41%48.24%-
HSV(B)281.61º67.03%72.55%-
XYZ22.4613.0447.23-
YUV100.85175.49160.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 61 (24.22% from 255) = 15.52%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=37.40%
G=15.52%
B=47.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147611850.210.6700.27281.6150.4148.24
Hex933DB9154301B11a3230
Octal22375271251030334326260
Binary1001001111110110111001101011000011011011100011010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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