#8A27B5

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

Shades of Dark Orchid #8A27B5

Tints of Dark Orchid #8A27B5

Color information

#8A27B5 (or 0x8A27B5) is unknown color: approx Dark Orchid. HEX triplet: 8A, 27 and B5. RGB value is (138,39,181). Sum of RGB (Red+Green+Blue) = 138+39+181=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A27B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A27B5 is #75D84A. Grayscale: #545454. Windows color (decimal): -7723083 or 11872138. OLE color: 11872138.

HSL color Cylindrical-coordinate representation of color #8A27B5: hue angle of 281.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A27B5 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13839181-
CMYK0.240.7800.29
HSL281.83º64.55%43.14%-
HSV(B)281.83º78.45%70.98%-
XYZ19.5510.1944.65-
YUV84.79182.3165.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=38.55%
G=10.89%
B=50.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138391810.240.7800.29281.8364.5543.14
Hex8A27B5184E01D11a412b
Octal212472653011603543210153
Binary10001010100111101101011100010011100111011000110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A27B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,181); }

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

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

 a { background-color: rgb(138,39,181); }

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

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

 span { border-color: rgb(138,39,181); }

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