#8A3AC5

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

Shades of Dark Orchid #8A3AC5

Tints of Dark Orchid #8A3AC5

Color information

#8A3AC5 (or 0x8A3AC5) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3A and C5. RGB value is (138,58,197). Sum of RGB (Red+Green+Blue) = 138+58+197=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #8A3AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3AC5 is #75C53A. Grayscale: #616161. Windows color (decimal): -7718203 or 12925578. OLE color: 12925578.

HSL color Cylindrical-coordinate representation of color #8A3AC5: hue angle of 274.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3AC5 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13858197-
CMYK0.300.7100.23
HSL274.53º54.51%50%-
HSV(B)274.53º70.56%77.25%-
XYZ22.0712.4654.07-
YUV97.77184156.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=35.11%
G=14.76%
B=50.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138581970.300.7100.23274.5354.5150
Hex8A3AC51E470171133732
Octal21272305361070274236762
Binary1000101011101011000101111101000111010111100010011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,197); }

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

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

 a { background-color: rgb(138,58,197); }

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

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

 span { border-color: rgb(138,58,197); }

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