#8A1EBA

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

Shades of Dark Orchid #8A1EBA

Tints of Dark Orchid #8A1EBA

Color information

#8A1EBA (or 0x8A1EBA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1E and BA. RGB value is (138,30,186). Sum of RGB (Red+Green+Blue) = 138+30+186=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1EBA is #75E145. Grayscale: #4F4F4F. Windows color (decimal): -7725382 or 12197514. OLE color: 12197514.

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

Color convert

RGB13830186-
CMYK0.260.8400.27
HSL281.54º72.22%42.35%-
HSV(B)281.54º83.87%72.94%-
XYZ19.819.8847.32-
YUV80.08187.78169.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=38.98%
G=8.47%
B=52.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138301860.260.8400.27281.5472.2242.35
Hex8A1EBA1A5401B11a482a
Octal212362723212403343211052
Binary1000101011110101110101101010101000110111000110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,30,186); }

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

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

 a { background-color: rgb(138,30,186); }

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

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

 span { border-color: rgb(138,30,186); }

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