#8A3EBB

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

Shades of Dark Orchid #8A3EBB

Tints of Dark Orchid #8A3EBB

Color information

#8A3EBB (or 0x8A3EBB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3E and BB. RGB value is (138,62,187). Sum of RGB (Red+Green+Blue) = 138+62+187=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EBB is #75C144. Grayscale: #626262. Windows color (decimal): -7717189 or 12271242. OLE color: 12271242.

HSL color Cylindrical-coordinate representation of color #8A3EBB: hue angle of 276.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3EBB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13862187-
CMYK0.260.6700.27
HSL276.48º50.2%48.82%-
HSV(B)276.48º66.84%73.33%-
XYZ21.1712.4448.3-
YUV98.97177.68155.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=35.66%
G=16.02%
B=48.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138621870.260.6700.27276.4850.248.82
Hex8A3EBB1A4301B1143231
Octal21276273321030334246261
Binary1000101011111010111011110101000011011011100010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,187); }

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

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

 a { background-color: rgb(138,62,187); }

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

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

 span { border-color: rgb(138,62,187); }

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