#8310B8

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

Shades of Dark Violet #8310B8

Tints of Dark Violet #8310B8

Color information

#8310B8 (or 0x8310B8) is unknown color: approx Dark Violet. HEX triplet: 83, 10 and B8. RGB value is (131,16,184). Sum of RGB (Red+Green+Blue) = 131+16+184=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #8310B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310B8 is #7CEF47. Grayscale: #444444. Windows color (decimal): -8187720 or 12062851. OLE color: 12062851.

HSL color Cylindrical-coordinate representation of color #8310B8: hue angle of 281.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8310B8 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13116184-
CMYK0.290.9100.28
HSL281.07º84%39.22%-
HSV(B)281.07º91.3%72.16%-
XYZ18.28.6646.06-
YUV69.54192.6171.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=39.58%
G=4.83%
B=55.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131161840.290.9100.28281.078439.22
Hex8310B81D5B01C1195427
Octal203202703513303443112447
Binary1000001110000101110001110110110110111001000110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8310B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8310B8; }

 p { color: rgb(131,16,184); }

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

<style>
 a { background-color: #8310B8; }

 a { background-color: rgb(131,16,184); }

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

<style>
 span { border-color: #8310B8; }

 span { border-color: rgb(131,16,184); }

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