#8943C7

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

Shades of Dark Orchid #8943C7

Tints of Dark Orchid #8943C7

Color information

#8943C7 (or 0x8943C7) is unknown color: approx Dark Orchid. HEX triplet: 89, 43 and C7. RGB value is (137,67,199). Sum of RGB (Red+Green+Blue) = 137+67+199=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #8943C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8943C7 is #76BC38. Grayscale: #666666. Windows color (decimal): -7781433 or 13058953. OLE color: 13058953.

HSL color Cylindrical-coordinate representation of color #8943C7: hue angle of 271.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8943C7 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13767199-
CMYK0.310.6600.22
HSL271.82º54.1%52.16%-
HSV(B)271.82º66.33%78.04%-
XYZ22.6313.4655.44-
YUV102.98182.19152.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 199 (78.12% from 255) = 49.38%
R=34.00%
G=16.63%
B=49.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137671990.310.6600.22271.8254.152.16
Hex8943C71F420161103634
Octal211103307371020264206664
Binary10001001100001111000111111111000010010110100010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8943C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8943C7; }

 p { color: rgb(137,67,199); }

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

<style>
 a { background-color: #8943C7; }

 a { background-color: rgb(137,67,199); }

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

<style>
 span { border-color: #8943C7; }

 span { border-color: rgb(137,67,199); }

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