#8937af

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

Shades of Dark Orchid #8937AF

Tints of Dark Orchid #8937AF

Color information

#8937AF (or 0x8937AF) is unknown color: approx Dark Orchid. HEX triplet: 89, 37 and AF. RGB value is (137,55,175). Sum of RGB (Red+Green+Blue) = 137+55+175=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #8937AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8937AF is #76C850. Grayscale: #5C5C5C. Windows color (decimal): -7784529 or 11483017. OLE color: 11483017.

HSL color Cylindrical-coordinate representation of color #8937AF: hue angle of 281º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8937AF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13755175-
CMYK0.220.6900.31
HSL281º52.17%45.1%-
HSV(B)281º68.57%68.63%-
XYZ19.4211.1541.69-
YUV93.2174.17159.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=37.33%
G=14.99%
B=47.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137551750.220.6900.3128152.1745.1
Hex8937AF164501F119342d
Octal21167257261050374316455
Binary1000100111011110101111101101000101011111100011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8937af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8937af; }

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

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

<style>
 a { background-color: #8937af; }

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

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

<style>
 span { border-color: #8937af; }

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

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