#931EAE

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

Shades of Dark Orchid #931EAE

Tints of Dark Orchid #931EAE

Color information

#931EAE (or 0x931EAE) is unknown color: approx Dark Orchid. HEX triplet: 93, 1E and AE. RGB value is (147,30,174). Sum of RGB (Red+Green+Blue) = 147+30+174=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #931EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931EAE is #6CE151. Grayscale: #505050. Windows color (decimal): -7135570 or 11411091. OLE color: 11411091.

HSL color Cylindrical-coordinate representation of color #931EAE: hue angle of 288.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931EAE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14730174-
CMYK0.160.8300.32
HSL288.75º70.59%40%-
HSV(B)288.75º82.76%68.24%-
XYZ20.1410.1940.95-
YUV81.4180.26174.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=41.88%
G=8.55%
B=49.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147301740.160.8300.32288.7570.5940
Hex931EAE10530201214728
Octal223362562012304044110750
Binary10010011111101010111010000101001101000001001000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931EAE; }

 p { color: rgb(147,30,174); }

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

<style>
 a { background-color: #931EAE; }

 a { background-color: rgb(147,30,174); }

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

<style>
 span { border-color: #931EAE; }

 span { border-color: rgb(147,30,174); }

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