#8D3ACA

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

Shades of Dark Orchid #8D3ACA

Tints of Dark Orchid #8D3ACA

Color information

#8D3ACA (or 0x8D3ACA) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3A and CA. RGB value is (141,58,202). Sum of RGB (Red+Green+Blue) = 141+58+202=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D3ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ACA is #72C535. Grayscale: #626262. Windows color (decimal): -7521590 or 13253261. OLE color: 13253261.

HSL color Cylindrical-coordinate representation of color #8D3ACA: hue angle of 274.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3ACA is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14158202-
CMYK0.300.7100.21
HSL274.58º57.6%50.98%-
HSV(B)274.58º71.29%79.22%-
XYZ23.1612.9557.16-
YUV99.23186157.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=35.16%
G=14.46%
B=50.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141582020.300.7100.21274.5857.650.98
Hex8D3ACA1E470151133a33
Octal21572312361070254237263
Binary1000110111101011001010111101000111010101100010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,202); }

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

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

 a { background-color: rgb(141,58,202); }

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

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

 span { border-color: rgb(141,58,202); }

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