#931EAB

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

Shades of Dark Orchid #931EAB

Tints of Dark Orchid #931EAB

Color information

#931EAB (or 0x931EAB) is unknown color: approx Dark Orchid. HEX triplet: 93, 1E and AB. RGB value is (147,30,171). Sum of RGB (Red+Green+Blue) = 147+30+171=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #931EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931EAB is #6CE154. Grayscale: #505050. Windows color (decimal): -7135573 or 11214483. OLE color: 11214483.

HSL color Cylindrical-coordinate representation of color #931EAB: hue angle of 289.79º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931EAB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14730171-
CMYK0.140.8200.33
HSL289.79º70.15%39.41%-
HSV(B)289.79º82.46%67.06%-
XYZ19.8510.0739.43-
YUV81.06178.76175.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 30 (12.11% from 255) = 8.62%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=42.24%
G=8.62%
B=49.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147301710.140.8200.33289.7970.1539.41
Hex931EABE520211224627
Octal223362531612204144210647
Binary1001001111110101010111110101001001000011001000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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