#8A27BC

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

Shades of Dark Orchid #8A27BC

Tints of Dark Orchid #8A27BC

Color information

#8A27BC (or 0x8A27BC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 27 and BC. RGB value is (138,39,188). Sum of RGB (Red+Green+Blue) = 138+39+188=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A27BC is #75D843. Grayscale: #555555. Windows color (decimal): -7723076 or 12330890. OLE color: 12330890.

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

Color convert

RGB13839188-
CMYK0.270.7900.26
HSL279.87º65.64%44.51%-
HSV(B)279.87º79.26%73.73%-
XYZ20.2810.4948.53-
YUV85.59185.8165.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 39 (15.62% from 255) = 10.68%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=37.81%
G=10.68%
B=51.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138391880.270.7900.26279.8765.6444.51
Hex8A27BC1B4F01A118422d
Octal212472743311703243010255
Binary10001010100111101111001101110011110110101000110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A27BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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