#8A3ECA

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

Shades of Dark Orchid #8A3ECA

Tints of Dark Orchid #8A3ECA

Color information

#8A3ECA (or 0x8A3ECA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3E and CA. RGB value is (138,62,202). Sum of RGB (Red+Green+Blue) = 138+62+202=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ECA is #75C135. Grayscale: #646464. Windows color (decimal): -7717174 or 13254282. OLE color: 13254282.

HSL color Cylindrical-coordinate representation of color #8A3ECA: hue angle of 272.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3ECA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13862202-
CMYK0.320.6900.21
HSL272.57º56.91%51.76%-
HSV(B)272.57º69.31%79.22%-
XYZ22.8613.1157.2-
YUV100.68185.18154.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=34.33%
G=15.42%
B=50.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138622020.320.6900.21272.5756.9151.76
Hex8A3ECA20450151113934
Octal21276312401050254217164
Binary10001010111110110010101000001000101010101100010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3ECA; }

 p { color: rgb(138,62,202); }

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

<style>
 a { background-color: #8A3ECA; }

 a { background-color: rgb(138,62,202); }

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

<style>
 span { border-color: #8A3ECA; }

 span { border-color: rgb(138,62,202); }

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