#8A3ECD

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

Shades of Dark Orchid #8A3ECD

Tints of Dark Orchid #8A3ECD

Color information

#8A3ECD (or 0x8A3ECD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3E and CD. RGB value is (138,62,205). Sum of RGB (Red+Green+Blue) = 138+62+205=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ECD is #75C132. Grayscale: #646464. Windows color (decimal): -7717171 or 13450890. OLE color: 13450890.

HSL color Cylindrical-coordinate representation of color #8A3ECD: hue angle of 271.89º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3ECD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13862205-
CMYK0.330.7000.20
HSL271.89º58.85%52.35%-
HSV(B)271.89º69.76%80.39%-
XYZ23.2213.2659.09-
YUV101.03186.68154.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=34.07%
G=15.31%
B=50.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138622050.330.7000.20271.8958.8552.35
Hex8A3ECD21460141103b34
Octal21276315411060244207364
Binary10001010111110110011011000011000110010100100010000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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