#9A1ED1

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

Shades of Dark Orchid #9A1ED1

Tints of Dark Orchid #9A1ED1

Color information

#9A1ED1 (or 0x9A1ED1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1E and D1. RGB value is (154,30,209). Sum of RGB (Red+Green+Blue) = 154+30+209=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A1ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ED1 is #65E12E. Grayscale: #565656. Windows color (decimal): -6676783 or 13704858. OLE color: 13704858.

HSL color Cylindrical-coordinate representation of color #9A1ED1: hue angle of 281.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1ED1 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15430209-
CMYK0.260.8600.18
HSL281.56º74.9%46.86%-
HSV(B)281.56º85.65%81.96%-
XYZ25.312.461.38-
YUV87.48196.58175.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 209 (82.03% from 255) = 53.18%
R=39.19%
G=7.63%
B=53.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154302090.260.8600.18281.5674.946.86
Hex9A1ED11A5601211a4b2f
Octal232363213212602243211357
Binary1001101011110110100011101010101100100101000110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1ED1; }

 p { color: rgb(154,30,209); }

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

<style>
 a { background-color: #9A1ED1; }

 a { background-color: rgb(154,30,209); }

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

<style>
 span { border-color: #9A1ED1; }

 span { border-color: rgb(154,30,209); }

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