#9518AE

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

Shades of Dark Orchid #9518AE

Tints of Dark Orchid #9518AE

Color information

#9518AE (or 0x9518AE) is unknown color: approx Dark Orchid. HEX triplet: 95, 18 and AE. RGB value is (149,24,174). Sum of RGB (Red+Green+Blue) = 149+24+174=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 24 (9.77% from 255 or 6.92% 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 #9518AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9518AE is #6AE751. Grayscale: #4E4E4E. Windows color (decimal): -7006034 or 11409557. OLE color: 11409557.

HSL color Cylindrical-coordinate representation of color #9518AE: hue angle of 290º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9518AE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14924174-
CMYK0.140.8600.32
HSL290º75.76%38.82%-
HSV(B)290º86.21%68.24%-
XYZ20.3610.140.92-
YUV78.47181.91178.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=42.94%
G=6.92%
B=50.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149241740.140.8600.3229075.7638.82
Hex9518AEE560201224c27
Octal225302561612604044211447
Binary1001010111000101011101110101011001000001001000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9518AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9518AE; }

 p { color: rgb(149,24,174); }

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

<style>
 a { background-color: #9518AE; }

 a { background-color: rgb(149,24,174); }

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

<style>
 span { border-color: #9518AE; }

 span { border-color: rgb(149,24,174); }

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