#8945CD

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

Shades of Dark Orchid #8945CD

Tints of Dark Orchid #8945CD

Color information

#8945CD (or 0x8945CD) is unknown color: approx Dark Orchid. HEX triplet: 89, 45 and CD. RGB value is (137,69,205). Sum of RGB (Red+Green+Blue) = 137+69+205=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #8945CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8945CD is #76BA32. Grayscale: #686868. Windows color (decimal): -7780915 or 13452681. OLE color: 13452681.

HSL color Cylindrical-coordinate representation of color #8945CD: hue angle of 270º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8945CD is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13769205-
CMYK0.330.6600.20
HSL270º57.63%53.73%-
HSV(B)270º66.34%80.39%-
XYZ23.4613.9859.22-
YUV104.84184.53150.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=33.33%
G=16.79%
B=49.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137692050.330.6600.2027057.6353.73
Hex8945CD214201410e3a36
Octal211105315411020244167266
Binary100010011000101110011011000011000010010100100001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8945CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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