#8928AF

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

Shades of Dark Orchid #8928AF

Tints of Dark Orchid #8928AF

Color information

#8928AF (or 0x8928AF) is unknown color: approx Dark Orchid. HEX triplet: 89, 28 and AF. RGB value is (137,40,175). Sum of RGB (Red+Green+Blue) = 137+40+175=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #8928AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8928AF is #76D750. Grayscale: #535353. Windows color (decimal): -7788369 or 11479177. OLE color: 11479177.

HSL color Cylindrical-coordinate representation of color #8928AF: hue angle of 283.11º 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 #8928AF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13740175-
CMYK0.220.7700.31
HSL283.11º62.79%42.16%-
HSV(B)283.11º77.14%68.63%-
XYZ18.819.9341.48-
YUV84.39179.14165.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 40 (16.02% from 255) = 11.36%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=38.92%
G=11.36%
B=49.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137401750.220.7700.31283.1162.7942.16
Hex8928AF164D01F11b3f2a
Octal21150257261150374337752
Binary1000100110100010101111101101001101011111100011011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8928AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8928AF; }

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

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

<style>
 a { background-color: #8928AF; }

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

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

<style>
 span { border-color: #8928AF; }

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

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