#8A28AF

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

Shades of Dark Orchid #8A28AF

Tints of Dark Orchid #8A28AF

Color information

#8A28AF (or 0x8A28AF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 28 and AF. RGB value is (138,40,175). Sum of RGB (Red+Green+Blue) = 138+40+175=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A28AF is #75D750. Grayscale: #545454. Windows color (decimal): -7722833 or 11479178. OLE color: 11479178.

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

Color convert

RGB13840175-
CMYK0.210.7700.31
HSL283.56º62.79%42.16%-
HSV(B)283.56º77.14%68.63%-
XYZ18.9810.0241.49-
YUV84.69178.97166.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=39.09%
G=11.33%
B=49.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138401750.210.7700.31283.5662.7942.16
Hex8A28AF154D01F11c3f2a
Octal21250257251150374347752
Binary1000101010100010101111101011001101011111100011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A28AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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