#8A31AF

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

Shades of Dark Orchid #8A31AF

Tints of Dark Orchid #8A31AF

Color information

#8A31AF (or 0x8A31AF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 31 and AF. RGB value is (138,49,175). Sum of RGB (Red+Green+Blue) = 138+49+175=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A31AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A31AF is #75CE50. Grayscale: #595959. Windows color (decimal): -7720529 or 11481482. OLE color: 11481482.

HSL color Cylindrical-coordinate representation of color #8A31AF: hue angle of 282.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A31AF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13849175-
CMYK0.210.7200.31
HSL282.38º56.25%43.92%-
HSV(B)282.38º72%68.63%-
XYZ19.3210.741.6-
YUV89.98175.99162.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=38.12%
G=13.54%
B=48.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138491750.210.7200.31282.3856.2543.92
Hex8A31AF154801F11a382c
Octal21261257251100374327054
Binary1000101011000110101111101011001000011111100011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A31AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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