#932EB1

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

Shades of Dark Orchid #932EB1

Tints of Dark Orchid #932EB1

Color information

#932EB1 (or 0x932EB1) is unknown color: approx Dark Orchid. HEX triplet: 93, 2E and B1. RGB value is (147,46,177). Sum of RGB (Red+Green+Blue) = 147+46+177=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #932EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932EB1 is #6CD14E. Grayscale: #5A5A5A. Windows color (decimal): -7131471 or 11611795. OLE color: 11611795.

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

Color convert

RGB14746177-
CMYK0.170.7400.31
HSL286.26º58.74%43.73%-
HSV(B)286.26º74.01%69.41%-
XYZ20.9511.3342.68-
YUV91.13176.46167.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 46 (18.36% from 255) = 12.43%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=39.73%
G=12.43%
B=47.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147461770.170.7400.31286.2658.7443.73
Hex932EB1114A01F11e3b2c
Octal22356261211120374367354
Binary1001001110111010110001100011001010011111100011110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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