#8133BF

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

Shades of Dark Orchid #8133BF

Tints of Dark Orchid #8133BF

Color information

#8133BF (or 0x8133BF) is unknown color: approx Dark Orchid. HEX triplet: 81, 33 and BF. RGB value is (129,51,191). Sum of RGB (Red+Green+Blue) = 129+51+191=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #8133BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8133BF is #7ECC40. Grayscale: #595959. Windows color (decimal): -8309825 or 12530561. OLE color: 12530561.

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

Color convert

RGB12951191-
CMYK0.320.7300.25
HSL273.43º57.85%47.45%-
HSV(B)273.43º73.3%74.9%-
XYZ19.6410.850.34-
YUV90.28184.84155.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 191 (75% from 255) = 51.48%
R=34.77%
G=13.75%
B=51.48%

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
Decimal129511910.320.7300.25273.4357.8547.45
Hex8133BF20490191113a2f
Octal20163277401110314217257
Binary10000001110011101111111000001001001011001100010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8133BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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