#8113B3

Color #8113B3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8113B3

Tints of Dark Violet #8113B3

Color information

#8113B3 (or 0x8113B3) is unknown color: approx Dark Violet. HEX triplet: 81, 13 and B3. RGB value is (129,19,179). Sum of RGB (Red+Green+Blue) = 129+19+179=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #8113B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8113B3 is #7EEC4C. Grayscale: #454545. Windows color (decimal): -8318029 or 11735937. OLE color: 11735937.

HSL color Cylindrical-coordinate representation of color #8113B3: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8113B3 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12919179-
CMYK0.280.8900.30
HSL281.25º80.81%38.82%-
HSV(B)281.25º89.39%70.2%-
XYZ17.428.3943.35-
YUV70.13189.44169.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 179 (70.31% from 255) = 54.74%
R=39.45%
G=5.81%
B=54.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129191790.280.8900.30281.2580.8138.82
Hex8113B31C5901E1195127
Octal201232633413103643112147
Binary1000000110011101100111110010110010111101000110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8113B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8113B3; }

 p { color: rgb(129,19,179); }

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

<style>
 a { background-color: #8113B3; }

 a { background-color: rgb(129,19,179); }

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

<style>
 span { border-color: #8113B3; }

 span { border-color: rgb(129,19,179); }

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