#933DC8

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

Shades of Dark Orchid #933DC8

Tints of Dark Orchid #933DC8

Color information

#933DC8 (or 0x933DC8) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and C8. RGB value is (147,61,200). Sum of RGB (Red+Green+Blue) = 147+61+200=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #933DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DC8 is #6CC237. Grayscale: #666666. Windows color (decimal): -7127608 or 13122963. OLE color: 13122963.

HSL color Cylindrical-coordinate representation of color #933DC8: hue angle of 277.12º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933DC8 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14761200-
CMYK0.260.6900.22
HSL277.12º55.82%51.18%-
HSV(B)277.12º69.5%78.43%-
XYZ24.1313.7156.02-
YUV102.56182.99159.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=36.03%
G=14.95%
B=49.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147612000.260.6900.22277.1255.8251.18
Hex933DC81A450161153833
Octal22375310321050264257063
Binary1001001111110111001000110101000101010110100010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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