#8130BA

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

Shades of Dark Orchid #8130BA

Tints of Dark Orchid #8130BA

Color information

#8130BA (or 0x8130BA) is unknown color: approx Dark Orchid. HEX triplet: 81, 30 and BA. RGB value is (129,48,186). Sum of RGB (Red+Green+Blue) = 129+48+186=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130BA is #7ECF45. Grayscale: #575757. Windows color (decimal): -8310598 or 12202113. OLE color: 12202113.

HSL color Cylindrical-coordinate representation of color #8130BA: hue angle of 275.22º degrees, saturation: 0.59, 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 #8130BA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12948186-
CMYK0.310.7400.27
HSL275.22º58.97%45.88%-
HSV(B)275.22º74.19%72.94%-
XYZ18.9710.3347.45-
YUV87.95183.34157.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=35.54%
G=13.22%
B=51.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129481860.310.7400.27275.2258.9745.88
Hex8130BA1F4A01B1133b2e
Octal20160272371120334237356
Binary1000000111000010111010111111001010011011100010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8130BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,48,186); }

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

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

 a { background-color: rgb(129,48,186); }

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

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

 span { border-color: rgb(129,48,186); }

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