#8130BD

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

Shades of Dark Orchid #8130BD

Tints of Dark Orchid #8130BD

Color information

#8130BD (or 0x8130BD) is unknown color: approx Dark Orchid. HEX triplet: 81, 30 and BD. RGB value is (129,48,189). Sum of RGB (Red+Green+Blue) = 129+48+189=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #8130BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130BD is #7ECF42. Grayscale: #575757. Windows color (decimal): -8310595 or 12398721. OLE color: 12398721.

HSL color Cylindrical-coordinate representation of color #8130BD: hue angle of 274.47º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8130BD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12948189-
CMYK0.320.7500.26
HSL274.47º59.49%46.47%-
HSV(B)274.47º74.6%74.12%-
XYZ19.310.4649.15-
YUV88.29184.84157.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=35.25%
G=13.11%
B=51.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129481890.320.7500.26274.4759.4946.47
Hex8130BD204B01A1123b2e
Octal20160275401130324227356
Binary10000001110000101111011000001001011011010100010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8130BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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