#8A2FAF

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

Shades of Dark Orchid #8A2FAF

Tints of Dark Orchid #8A2FAF

Color information

#8A2FAF (or 0x8A2FAF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2F and AF. RGB value is (138,47,175). Sum of RGB (Red+Green+Blue) = 138+47+175=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A2FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2FAF is #75D050. Grayscale: #585858. Windows color (decimal): -7721041 or 11480970. OLE color: 11480970.

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

Color convert

RGB13847175-
CMYK0.210.7300.31
HSL282.66º57.66%43.53%-
HSV(B)282.66º73.14%68.63%-
XYZ19.2410.5341.58-
YUV88.8176.65163.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 47 (18.75% from 255) = 13.06%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=38.33%
G=13.06%
B=48.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138471750.210.7300.31282.6657.6643.53
Hex8A2FAF154901F11b3a2c
Octal21257257251110374337254
Binary1000101010111110101111101011001001011111100011011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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