#933DD0

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

Shades of Dark Orchid #933DD0

Tints of Dark Orchid #933DD0

Color information

#933DD0 (or 0x933DD0) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and D0. RGB value is (147,61,208). Sum of RGB (Red+Green+Blue) = 147+61+208=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #933DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DD0 is #6CC22F. Grayscale: #666666. Windows color (decimal): -7127600 or 13647251. OLE color: 13647251.

HSL color Cylindrical-coordinate representation of color #933DD0: hue angle of 275.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933DD0 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14761208-
CMYK0.290.7100.18
HSL275.1º61%52.75%-
HSV(B)275.1º70.67%81.57%-
XYZ25.0914.0961.07-
YUV103.47186.99159.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 208 (81.64% from 255) = 50%
R=35.34%
G=14.66%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147612080.290.7100.18275.16152.75
Hex933DD01D470121133d35
Octal22375320351070224237565
Binary1001001111110111010000111011000111010010100010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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