#8940CD

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

Shades of Dark Orchid #8940CD

Tints of Dark Orchid #8940CD

Color information

#8940CD (or 0x8940CD) is unknown color: approx Dark Orchid. HEX triplet: 89, 40 and CD. RGB value is (137,64,205). Sum of RGB (Red+Green+Blue) = 137+64+205=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8940CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940CD is #76BF32. Grayscale: #656565. Windows color (decimal): -7782195 or 13451401. OLE color: 13451401.

HSL color Cylindrical-coordinate representation of color #8940CD: hue angle of 271.06º 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 #8940CD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13764205-
CMYK0.330.6900.20
HSL271.06º58.51%52.75%-
HSV(B)271.06º68.78%80.39%-
XYZ23.1713.3959.12-
YUV101.9186.18153.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=33.74%
G=15.76%
B=50.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137642050.330.6900.20271.0658.5152.75
Hex8940CD214501410f3b35
Octal211100315411050244177365
Binary100010011000000110011011000011000101010100100001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8940CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8940CD; }

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

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

<style>
 a { background-color: #8940CD; }

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

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

<style>
 span { border-color: #8940CD; }

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

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