#932DD6

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

Shades of Dark Orchid #932DD6

Tints of Dark Orchid #932DD6

Color information

#932DD6 (or 0x932DD6) is unknown color: approx Dark Orchid. HEX triplet: 93, 2D and D6. RGB value is (147,45,214). Sum of RGB (Red+Green+Blue) = 147+45+214=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #932DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DD6 is #6CD229. Grayscale: #5E5E5E. Windows color (decimal): -7131690 or 14036371. OLE color: 14036371.

HSL color Cylindrical-coordinate representation of color #932DD6: hue angle of 276.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932DD6 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14745214-
CMYK0.310.7900.16
HSL276.21º67.33%50.78%-
HSV(B)276.21º78.97%83.92%-
XYZ25.1112.9364.79-
YUV94.76195.29165.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=36.21%
G=11.08%
B=52.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147452140.310.7900.16276.2167.3350.78
Hex932DD61F4F0101144333
Octal223553263711702042410363
Binary10010011101101110101101111110011110100001000101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932DD6; }

 p { color: rgb(147,45,214); }

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

<style>
 a { background-color: #932DD6; }

 a { background-color: rgb(147,45,214); }

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

<style>
 span { border-color: #932DD6; }

 span { border-color: rgb(147,45,214); }

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