#8134BF

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

Shades of Dark Orchid #8134BF

Tints of Dark Orchid #8134BF

Color information

#8134BF (or 0x8134BF) is unknown color: approx Dark Orchid. HEX triplet: 81, 34 and BF. RGB value is (129,52,191). Sum of RGB (Red+Green+Blue) = 129+52+191=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #8134BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134BF is #7ECB40. Grayscale: #5A5A5A. Windows color (decimal): -8309569 or 12530817. OLE color: 12530817.

HSL color Cylindrical-coordinate representation of color #8134BF: hue angle of 273.24º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8134BF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12952191-
CMYK0.320.7300.25
HSL273.24º57.2%47.65%-
HSV(B)273.24º72.77%74.9%-
XYZ19.6910.8850.35-
YUV90.87184.51155.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 191 (75% from 255) = 51.34%
R=34.68%
G=13.98%
B=51.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129521910.320.7300.25273.2457.247.65
Hex8134BF20490191113930
Octal20164277401110314217160
Binary10000001110100101111111000001001001011001100010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8134BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8134BF; }

 p { color: rgb(129,52,191); }

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

<style>
 a { background-color: #8134BF; }

 a { background-color: rgb(129,52,191); }

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

<style>
 span { border-color: #8134BF; }

 span { border-color: rgb(129,52,191); }

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