#8932af

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

Shades of Dark Orchid #8932AF

Tints of Dark Orchid #8932AF

Color information

#8932AF (or 0x8932AF) is unknown color: approx Dark Orchid. HEX triplet: 89, 32 and AF. RGB value is (137,50,175). Sum of RGB (Red+Green+Blue) = 137+50+175=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #8932AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8932AF is #76CD50. Grayscale: #595959. Windows color (decimal): -7785809 or 11481737. OLE color: 11481737.

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

Color convert

RGB13750175-
CMYK0.220.7100.31
HSL281.76º55.56%44.12%-
HSV(B)281.76º71.43%68.63%-
XYZ19.1910.6941.61-
YUV90.26175.82161.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=37.85%
G=13.81%
B=48.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137501750.220.7100.31281.7655.5644.12
Hex8932AF164701F11a382c
Octal21162257261070374327054
Binary1000100111001010101111101101000111011111100011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8932af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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