#8A18BE

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

Shades of Dark Orchid #8A18BE

Tints of Dark Orchid #8A18BE

Color information

#8A18BE (or 0x8A18BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 18 and BE. RGB value is (138,24,190). Sum of RGB (Red+Green+Blue) = 138+24+190=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18BE is #75E741. Grayscale: #4C4C4C. Windows color (decimal): -7726914 or 12458122. OLE color: 12458122.

HSL color Cylindrical-coordinate representation of color #8A18BE: hue angle of 281.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A18BE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13824190-
CMYK0.270.8700.25
HSL281.2º77.57%41.96%-
HSV(B)281.2º87.37%74.51%-
XYZ20.19.7749.54-
YUV77.01191.77171.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=39.20%
G=6.82%
B=53.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138241900.270.8700.25281.277.5741.96
Hex8A18BE1B570191194e2a
Octal212302763312703143111652
Binary1000101011000101111101101110101110110011000110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A18BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,190); }

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

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

 a { background-color: rgb(138,24,190); }

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

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

 span { border-color: rgb(138,24,190); }

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