#9a40cd

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

Shades of Dark Orchid #9A40CD

Tints of Dark Orchid #9A40CD

Color information

#9A40CD (or 0x9A40CD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 40 and CD. RGB value is (154,64,205). Sum of RGB (Red+Green+Blue) = 154+64+205=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40CD is #65BF32. Grayscale: #6A6A6A. Windows color (decimal): -6668083 or 13451418. OLE color: 13451418.

HSL color Cylindrical-coordinate representation of color #9A40CD: hue angle of 278.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A40CD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15464205-
CMYK0.250.6900.20
HSL278.3º58.51%52.75%-
HSV(B)278.3º68.78%80.39%-
XYZ26.1814.9459.26-
YUV106.98183.32161.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=36.41%
G=15.13%
B=48.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154642050.250.6900.20278.358.5152.75
Hex9A40CD19450141163b35
Octal232100315311050244267365
Binary10011010100000011001101110011000101010100100010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a40cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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