#8933ba

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

Shades of Dark Orchid #8933BA

Tints of Dark Orchid #8933BA

Color information

#8933BA (or 0x8933BA) is unknown color: approx Dark Orchid. HEX triplet: 89, 33 and BA. RGB value is (137,51,186). Sum of RGB (Red+Green+Blue) = 137+51+186=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8933BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933BA is #76CC45. Grayscale: #5B5B5B. Windows color (decimal): -7785542 or 12202889. OLE color: 12202889.

HSL color Cylindrical-coordinate representation of color #8933BA: hue angle of 278.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8933BA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13751186-
CMYK0.260.7300.27
HSL278.22º56.96%46.47%-
HSV(B)278.22º72.58%72.94%-
XYZ20.3611.2347.55-
YUV92.1180.99160.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=36.63%
G=13.64%
B=49.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137511860.260.7300.27278.2256.9646.47
Hex8933BA1A4901B116392e
Octal21163272321110334267156
Binary1000100111001110111010110101001001011011100010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8933ba; }

 p { color: rgb(137,51,186); }

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

<style>
 a { background-color: #8933ba; }

 a { background-color: rgb(137,51,186); }

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

<style>
 span { border-color: #8933ba; }

 span { border-color: rgb(137,51,186); }

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