#8949D2

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

Shades of Dark Orchid #8949D2

Tints of Dark Orchid #8949D2

Color information

#8949D2 (or 0x8949D2) is unknown color: approx Dark Orchid. HEX triplet: 89, 49 and D2. RGB value is (137,73,210). Sum of RGB (Red+Green+Blue) = 137+73+210=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #8949D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949D2 is #76B62D. Grayscale: #6B6B6B. Windows color (decimal): -7779886 or 13781385. OLE color: 13781385.

HSL color Cylindrical-coordinate representation of color #8949D2: hue angle of 268.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8949D2 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13773210-
CMYK0.350.6500.18
HSL268.03º60.35%55.49%-
HSV(B)268.03º65.24%82.35%-
XYZ24.3314.7462.53-
YUV107.75185.7148.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 210 (82.42% from 255) = 50%
R=32.62%
G=17.38%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal137732100.350.6500.18268.0360.3555.49
Hex8949D2234101210c3c37
Octal211111322431010224147467
Binary100010011001001110100101000111000001010010100001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8949D2; }

 p { color: rgb(137,73,210); }

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

<style>
 a { background-color: #8949D2; }

 a { background-color: rgb(137,73,210); }

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

<style>
 span { border-color: #8949D2; }

 span { border-color: rgb(137,73,210); }

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