#933DB8

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

Shades of Dark Orchid #933DB8

Tints of Dark Orchid #933DB8

Color information

#933DB8 (or 0x933DB8) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and B8. RGB value is (147,61,184). Sum of RGB (Red+Green+Blue) = 147+61+184=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #933DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DB8 is #6CC247. Grayscale: #646464. Windows color (decimal): -7127624 or 12074387. OLE color: 12074387.

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

Color convert

RGB14761184-
CMYK0.200.6700.28
HSL281.95º50.2%48.04%-
HSV(B)281.95º66.85%72.16%-
XYZ22.351346.68-
YUV100.74174.99161-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 184 (72.27% from 255) = 46.94%
R=37.5%
G=15.56%
B=46.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147611840.200.6700.28281.9550.248.04
Hex933DB8144301C11a3230
Octal22375270241030344326260
Binary1001001111110110111000101001000011011100100011010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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