#8944D1

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

Shades of Dark Orchid #8944D1

Tints of Dark Orchid #8944D1

Color information

#8944D1 (or 0x8944D1) is unknown color: approx Dark Orchid. HEX triplet: 89, 44 and D1. RGB value is (137,68,209). Sum of RGB (Red+Green+Blue) = 137+68+209=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #8944D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944D1 is #76BB2E. Grayscale: #686868. Windows color (decimal): -7781167 or 13714569. OLE color: 13714569.

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

Color convert

RGB13768209-
CMYK0.340.6700.18
HSL269.36º60.52%54.31%-
HSV(B)269.36º67.46%81.96%-
XYZ23.8914.0661.78-
YUV104.7186.86151.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 68 (26.95% from 255) = 16.43%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=33.09%
G=16.43%
B=50.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal137682090.340.6700.18269.3660.5254.31
Hex8944D1224301210d3d36
Octal211104321421030224157566
Binary100010011000100110100011000101000011010010100001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8944D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8944D1; }

 p { color: rgb(137,68,209); }

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

<style>
 a { background-color: #8944D1; }

 a { background-color: rgb(137,68,209); }

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

<style>
 span { border-color: #8944D1; }

 span { border-color: rgb(137,68,209); }

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