#942FAE

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

Shades of Dark Orchid #942FAE

Tints of Dark Orchid #942FAE

Color information

#942FAE (or 0x942FAE) is unknown color: approx Dark Orchid. HEX triplet: 94, 2F and AE. RGB value is (148,47,174). Sum of RGB (Red+Green+Blue) = 148+47+174=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #942FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FAE is #6BD051. Grayscale: #5B5B5B. Windows color (decimal): -7065682 or 11415444. OLE color: 11415444.

HSL color Cylindrical-coordinate representation of color #942FAE: hue angle of 287.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942FAE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14847174-
CMYK0.150.7300.32
HSL287.72º57.47%43.33%-
HSV(B)287.72º72.99%68.24%-
XYZ20.8711.3841.14-
YUV91.68174.46168.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=40.11%
G=12.74%
B=47.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148471740.150.7300.32287.7257.4743.33
Hex942FAEF49020120392b
Octal22457256171110404407153
Binary1001010010111110101110111110010010100000100100000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942FAE; }

 p { color: rgb(148,47,174); }

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

<style>
 a { background-color: #942FAE; }

 a { background-color: rgb(148,47,174); }

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

<style>
 span { border-color: #942FAE; }

 span { border-color: rgb(148,47,174); }

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