#8332BA

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

Shades of Dark Orchid #8332BA

Tints of Dark Orchid #8332BA

Color information

#8332BA (or 0x8332BA) is unknown color: approx Dark Orchid. HEX triplet: 83, 32 and BA. RGB value is (131,50,186). Sum of RGB (Red+Green+Blue) = 131+50+186=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8332BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332BA is #7CCD45. Grayscale: #595959. Windows color (decimal): -8179014 or 12202627. OLE color: 12202627.

HSL color Cylindrical-coordinate representation of color #8332BA: hue angle of 275.74º degrees, saturation: 0.58, 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 #8332BA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13150186-
CMYK0.300.7300.27
HSL275.74º57.63%46.27%-
HSV(B)275.74º73.12%72.94%-
XYZ19.3610.6547.49-
YUV89.72182.34157.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=35.69%
G=13.62%
B=50.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131501860.300.7300.27275.7457.6346.27
Hex8332BA1E4901B1143a2e
Octal20362272361110334247256
Binary1000001111001010111010111101001001011011100010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8332BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8332BA; }

 p { color: rgb(131,50,186); }

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

<style>
 a { background-color: #8332BA; }

 a { background-color: rgb(131,50,186); }

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

<style>
 span { border-color: #8332BA; }

 span { border-color: rgb(131,50,186); }

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