#9A40DA

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

Shades of Dark Orchid #9A40DA

Tints of Dark Orchid #9A40DA

Color information

#9A40DA (or 0x9A40DA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and DA. RGB value is (154,64,218). Sum of RGB (Red+Green+Blue) = 154+64+218=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40DA is #65BF25. Grayscale: #6B6B6B. Windows color (decimal): -6668070 or 14303386. OLE color: 14303386.

HSL color Cylindrical-coordinate representation of color #9A40DA: hue angle of 275.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A40DA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15464218-
CMYK0.290.7100.15
HSL275.06º67.54%55.29%-
HSV(B)275.06º70.64%85.49%-
XYZ27.8115.667.87-
YUV108.47189.82160.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 218 (85.55% from 255) = 50%
R=35.32%
G=14.68%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154642180.290.7100.15275.0667.5455.29
Hex9A40DA1D470F1134437
Octal2321003323510701742310467
Binary10011010100000011011010111011000111011111000100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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