#8132BC

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

Shades of Dark Orchid #8132BC

Tints of Dark Orchid #8132BC

Color information

#8132BC (or 0x8132BC) is unknown color: approx Dark Orchid. HEX triplet: 81, 32 and BC. RGB value is (129,50,188). Sum of RGB (Red+Green+Blue) = 129+50+188=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #8132BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132BC is #7ECD43. Grayscale: #585858. Windows color (decimal): -8310084 or 12333697. OLE color: 12333697.

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

Color convert

RGB12950188-
CMYK0.310.7300.26
HSL274.35º57.98%46.67%-
HSV(B)274.35º73.4%73.73%-
XYZ19.2710.5848.6-
YUV89.35183.67156.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=35.15%
G=13.62%
B=51.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129501880.310.7300.26274.3557.9846.67
Hex8132BC1F4901A1123a2f
Octal20162274371110324227257
Binary1000000111001010111100111111001001011010100010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8132BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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