#8431BA

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

Shades of Dark Orchid #8431BA

Tints of Dark Orchid #8431BA

Color information

#8431BA (or 0x8431BA) is unknown color: approx Dark Orchid. HEX triplet: 84, 31 and BA. RGB value is (132,49,186). Sum of RGB (Red+Green+Blue) = 132+49+186=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 49 (19.53% from 255 or 13.35% 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 #8431BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8431BA is #7BCE45. Grayscale: #585858. Windows color (decimal): -8113734 or 12202372. OLE color: 12202372.

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

Color convert

RGB13249186-
CMYK0.290.7400.27
HSL276.35º58.3%46.08%-
HSV(B)276.35º73.66%72.94%-
XYZ19.4810.6547.48-
YUV89.44182.5158.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=35.97%
G=13.35%
B=50.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132491860.290.7400.27276.3558.346.08
Hex8431BA1D4A01B1143a2e
Octal20461272351120334247256
Binary1000010011000110111010111011001010011011100010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,49,186); }

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

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

 a { background-color: rgb(132,49,186); }

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

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

 span { border-color: rgb(132,49,186); }

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