#932DC1

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

Shades of Dark Orchid #932DC1

Tints of Dark Orchid #932DC1

Color information

#932DC1 (or 0x932DC1) is unknown color: approx Dark Orchid. HEX triplet: 93, 2D and C1. RGB value is (147,45,193). Sum of RGB (Red+Green+Blue) = 147+45+193=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #932DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DC1 is #6CD23E. Grayscale: #5B5B5B. Windows color (decimal): -7131711 or 12660115. OLE color: 12660115.

HSL color Cylindrical-coordinate representation of color #932DC1: hue angle of 281.35º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932DC1 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14745193-
CMYK0.240.7700.24
HSL281.35º62.18%46.67%-
HSV(B)281.35º76.68%75.69%-
XYZ22.611.9351.56-
YUV92.37184.79166.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 45 (17.97% from 255) = 11.69%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=38.18%
G=11.69%
B=50.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147451930.240.7700.24281.3562.1846.67
Hex932DC1184D0181193e2f
Octal22355301301150304317657
Binary1001001110110111000001110001001101011000100011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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