#8A2FCD

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

Shades of Dark Orchid #8A2FCD

Tints of Dark Orchid #8A2FCD

Color information

#8A2FCD (or 0x8A2FCD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2F and CD. RGB value is (138,47,205). Sum of RGB (Red+Green+Blue) = 138+47+205=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FCD is #75D032. Grayscale: #5B5B5B. Windows color (decimal): -7721011 or 13447050. OLE color: 13447050.

HSL color Cylindrical-coordinate representation of color #8A2FCD: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2FCD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13847205-
CMYK0.330.7700.20
HSL274.56º62.7%49.41%-
HSV(B)274.56º77.07%80.39%-
XYZ22.5211.8458.86-
YUV92.22191.65160.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=35.38%
G=12.05%
B=52.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138472050.330.7700.20274.5662.749.41
Hex8A2FCD214D0141133f31
Octal21257315411150244237761
Binary10001010101111110011011000011001101010100100010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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