#932EB3

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

Shades of Dark Orchid #932EB3

Tints of Dark Orchid #932EB3

Color information

#932EB3 (or 0x932EB3) is unknown color: approx Dark Orchid. HEX triplet: 93, 2E and B3. RGB value is (147,46,179). Sum of RGB (Red+Green+Blue) = 147+46+179=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #932EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932EB3 is #6CD14C. Grayscale: #5A5A5A. Windows color (decimal): -7131469 or 11742867. OLE color: 11742867.

HSL color Cylindrical-coordinate representation of color #932EB3: hue angle of 285.56º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932EB3 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14746179-
CMYK0.180.7400.30
HSL285.56º59.11%44.12%-
HSV(B)285.56º74.3%70.2%-
XYZ21.1511.4143.74-
YUV91.36177.46167.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=39.52%
G=12.37%
B=48.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147461790.180.7400.30285.5659.1144.12
Hex932EB3124A01E11e3b2c
Octal22356263221120364367354
Binary1001001110111010110011100101001010011110100011110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,46,179); }

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

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

 a { background-color: rgb(147,46,179); }

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

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

 span { border-color: rgb(147,46,179); }

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