#911CAE

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

Shades of Dark Orchid #911CAE

Tints of Dark Orchid #911CAE

Color information

#911CAE (or 0x911CAE) is unknown color: approx Dark Orchid. HEX triplet: 91, 1C and AE. RGB value is (145,28,174). Sum of RGB (Red+Green+Blue) = 145+28+174=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #911CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911CAE is #6EE351. Grayscale: #4F4F4F. Windows color (decimal): -7267154 or 11410577. OLE color: 11410577.

HSL color Cylindrical-coordinate representation of color #911CAE: hue angle of 288.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911CAE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14528174-
CMYK0.170.8400.32
HSL288.08º72.28%39.61%-
HSV(B)288.08º83.91%68.24%-
XYZ19.739.9140.92-
YUV79.63181.26174.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=41.79%
G=8.07%
B=50.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145281740.170.8400.32288.0872.2839.61
Hex911CAE11540201204828
Octal221342562112404044011050
Binary10010001111001010111010001101010001000001001000001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911CAE; }

 p { color: rgb(145,28,174); }

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

<style>
 a { background-color: #911CAE; }

 a { background-color: rgb(145,28,174); }

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

<style>
 span { border-color: #911CAE; }

 span { border-color: rgb(145,28,174); }

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