#8A31BD

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

Shades of Dark Orchid #8A31BD

Tints of Dark Orchid #8A31BD

Color information

#8A31BD (or 0x8A31BD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 31 and BD. RGB value is (138,49,189). Sum of RGB (Red+Green+Blue) = 138+49+189=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A31BD is #75CE42. Grayscale: #5B5B5B. Windows color (decimal): -7720515 or 12398986. OLE color: 12398986.

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

Color convert

RGB13849189-
CMYK0.270.7400.26
HSL278.14º58.82%46.67%-
HSV(B)278.14º74.07%74.12%-
XYZ20.7611.2749.23-
YUV91.57182.99161.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 49 (19.53% from 255) = 13.03%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=36.70%
G=13.03%
B=50.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138491890.270.7400.26278.1458.8246.67
Hex8A31BD1B4A01A1163b2f
Octal21261275331120324267357
Binary1000101011000110111101110111001010011010100010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,49,189); }

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

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

 a { background-color: rgb(138,49,189); }

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

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

 span { border-color: rgb(138,49,189); }

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