#8A1FB4

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

Shades of Dark Orchid #8A1FB4

Tints of Dark Orchid #8A1FB4

Color information

#8A1FB4 (or 0x8A1FB4) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1F and B4. RGB value is (138,31,180). Sum of RGB (Red+Green+Blue) = 138+31+180=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A1FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1FB4 is #75E04B. Grayscale: #4F4F4F. Windows color (decimal): -7725132 or 11804554. OLE color: 11804554.

HSL color Cylindrical-coordinate representation of color #8A1FB4: hue angle of 283.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1FB4 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13831180-
CMYK0.230.8300.29
HSL283.09º70.62%41.37%-
HSV(B)283.09º82.78%70.59%-
XYZ19.219.6844.04-
YUV79.98184.45169.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=39.54%
G=8.88%
B=51.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138311800.230.8300.29283.0970.6241.37
Hex8A1FB4175301D11b4729
Octal212372642712303543310751
Binary1000101011111101101001011110100110111011000110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,180); }

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

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

 a { background-color: rgb(138,31,180); }

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

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

 span { border-color: rgb(138,31,180); }

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