#9A40D1

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

Shades of Dark Orchid #9A40D1

Tints of Dark Orchid #9A40D1

Color information

#9A40D1 (or 0x9A40D1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and D1. RGB value is (154,64,209). Sum of RGB (Red+Green+Blue) = 154+64+209=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A40D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40D1 is #65BF2E. Grayscale: #6A6A6A. Windows color (decimal): -6668079 or 13713562. OLE color: 13713562.

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

Color convert

RGB15464209-
CMYK0.260.6900.18
HSL277.24º61.18%53.53%-
HSV(B)277.24º69.38%81.96%-
XYZ26.6715.1461.84-
YUV107.44185.32161.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=36.07%
G=14.99%
B=48.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154642090.260.6900.18277.2461.1853.53
Hex9A40D11A450121153d36
Octal232100321321050224257566
Binary10011010100000011010001110101000101010010100010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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