#8120B1

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

Shades of Dark Orchid #8120B1

Tints of Dark Orchid #8120B1

Color information

#8120B1 (or 0x8120B1) is unknown color: approx Dark Orchid. HEX triplet: 81, 20 and B1. RGB value is (129,32,177). Sum of RGB (Red+Green+Blue) = 129+32+177=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #8120B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8120B1 is #7EDF4E. Grayscale: #4D4D4D. Windows color (decimal): -8314703 or 11608193. OLE color: 11608193.

HSL color Cylindrical-coordinate representation of color #8120B1: hue angle of 280.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8120B1 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12932177-
CMYK0.270.8200.31
HSL280.14º69.38%40.98%-
HSV(B)280.14º81.92%69.41%-
XYZ17.518.8742.39-
YUV77.53184.14164.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 177 (69.53% from 255) = 52.37%
R=38.17%
G=9.47%
B=52.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129321770.270.8200.31280.1469.3840.98
Hex8120B11B5201F1184529
Octal201402613312203743010551
Binary10000001100000101100011101110100100111111000110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8120B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8120B1; }

 p { color: rgb(129,32,177); }

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

<style>
 a { background-color: #8120B1; }

 a { background-color: rgb(129,32,177); }

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

<style>
 span { border-color: #8120B1; }

 span { border-color: rgb(129,32,177); }

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