#8A3ABC

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

Shades of Dark Orchid #8A3ABC

Tints of Dark Orchid #8A3ABC

Color information

#8A3ABC (or 0x8A3ABC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3A and BC. RGB value is (138,58,188). Sum of RGB (Red+Green+Blue) = 138+58+188=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ABC is #75C543. Grayscale: #606060. Windows color (decimal): -7718212 or 12335754. OLE color: 12335754.

HSL color Cylindrical-coordinate representation of color #8A3ABC: hue angle of 276.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3ABC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13858188-
CMYK0.270.6900.26
HSL276.92º52.85%48.24%-
HSV(B)276.92º69.15%73.73%-
XYZ21.0712.0648.79-
YUV96.74179.5157.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=35.94%
G=15.10%
B=48.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138581880.270.6900.26276.9252.8548.24
Hex8A3ABC1B4501A1153530
Octal21272274331050324256560
Binary1000101011101010111100110111000101011010100010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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