#8132BD

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

Shades of Dark Orchid #8132BD

Tints of Dark Orchid #8132BD

Color information

#8132BD (or 0x8132BD) is unknown color: approx Dark Orchid. HEX triplet: 81, 32 and BD. RGB value is (129,50,189). Sum of RGB (Red+Green+Blue) = 129+50+189=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #8132BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132BD is #7ECD42. Grayscale: #585858. Windows color (decimal): -8310083 or 12399233. OLE color: 12399233.

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

Color convert

RGB12950189-
CMYK0.320.7400.26
HSL274.1º58.16%46.86%-
HSV(B)274.1º73.54%74.12%-
XYZ19.3810.6249.17-
YUV89.47184.17156.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 50 (19.92% from 255) = 13.59%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=35.05%
G=13.59%
B=51.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129501890.320.7400.26274.158.1646.86
Hex8132BD204A01A1123a2f
Octal20162275401120324227257
Binary10000001110010101111011000001001010011010100010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8132BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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