#912AAE

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

Shades of Dark Orchid #912AAE

Tints of Dark Orchid #912AAE

Color information

#912AAE (or 0x912AAE) is unknown color: approx Dark Orchid. HEX triplet: 91, 2A and AE. RGB value is (145,42,174). Sum of RGB (Red+Green+Blue) = 145+42+174=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #912AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912AAE is #6ED551. Grayscale: #575757. Windows color (decimal): -7263570 or 11414161. OLE color: 11414161.

HSL color Cylindrical-coordinate representation of color #912AAE: hue angle of 286.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912AAE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14542174-
CMYK0.170.7600.32
HSL286.82º61.11%42.35%-
HSV(B)286.82º75.86%68.24%-
XYZ20.1510.7341.05-
YUV87.84176.62168.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=40.17%
G=11.63%
B=48.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145421740.170.7600.32286.8261.1142.35
Hex912AAE114C02011f3d2a
Octal22152256211140404377552
Binary10010001101010101011101000110011000100000100011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912AAE; }

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

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

<style>
 a { background-color: #912AAE; }

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

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

<style>
 span { border-color: #912AAE; }

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

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