#933CD8

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

Shades of Dark Orchid #933CD8

Tints of Dark Orchid #933CD8

Color information

#933CD8 (or 0x933CD8) is unknown color: approx Dark Orchid. HEX triplet: 93, 3C and D8. RGB value is (147,60,216). Sum of RGB (Red+Green+Blue) = 147+60+216=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #933CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CD8 is #6CC327. Grayscale: #676767. Windows color (decimal): -7127848 or 14171283. OLE color: 14171283.

HSL color Cylindrical-coordinate representation of color #933CD8: hue angle of 273.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933CD8 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14760216-
CMYK0.320.7200.15
HSL273.46º66.67%54.12%-
HSV(B)273.46º72.22%84.71%-
XYZ26.0414.3966.37-
YUV103.8191.32158.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=34.75%
G=14.18%
B=51.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147602160.320.7200.15273.4666.6754.12
Hex933CD820480F1114336
Octal223743304011001742110366
Binary10010011111100110110001000001001000011111000100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,60,216); }

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

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

 a { background-color: rgb(147,60,216); }

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

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

 span { border-color: rgb(147,60,216); }

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