#8A2EAF

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

Shades of Dark Orchid #8A2EAF

Tints of Dark Orchid #8A2EAF

Color information

#8A2EAF (or 0x8A2EAF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2E and AF. RGB value is (138,46,175). Sum of RGB (Red+Green+Blue) = 138+46+175=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A2EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2EAF is #75D150. Grayscale: #575757. Windows color (decimal): -7721297 or 11480714. OLE color: 11480714.

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

Color convert

RGB13846175-
CMYK0.210.7400.31
HSL282.79º58.37%43.33%-
HSV(B)282.79º73.71%68.63%-
XYZ19.210.4541.56-
YUV88.21176.98163.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 46 (18.36% from 255) = 12.81%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=38.44%
G=12.81%
B=48.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138461750.210.7400.31282.7958.3743.33
Hex8A2EAF154A01F11b3a2b
Octal21256257251120374337253
Binary1000101010111010101111101011001010011111100011011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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