#8A3DCF

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

Shades of Dark Orchid #8A3DCF

Tints of Dark Orchid #8A3DCF

Color information

#8A3DCF (or 0x8A3DCF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3D and CF. RGB value is (138,61,207). Sum of RGB (Red+Green+Blue) = 138+61+207=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DCF is #75C230. Grayscale: #646464. Windows color (decimal): -7717425 or 13581706. OLE color: 13581706.

HSL color Cylindrical-coordinate representation of color #8A3DCF: hue angle of 271.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3DCF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13861207-
CMYK0.330.7100.19
HSL271.64º60.33%52.55%-
HSV(B)271.64º70.53%81.18%-
XYZ23.4113.2560.35-
YUV100.67188.01154.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 61 (24.22% from 255) = 15.02%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=33.99%
G=15.02%
B=50.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138612070.330.7100.19271.6460.3352.55
Hex8A3DCF21470131103c35
Octal21275317411070234207465
Binary10001010111101110011111000011000111010011100010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,207); }

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

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

 a { background-color: rgb(138,61,207); }

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

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

 span { border-color: rgb(138,61,207); }

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