#8310BE

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

Shades of Dark Violet #8310BE

Tints of Dark Violet #8310BE

Color information

#8310BE (or 0x8310BE) is unknown color: approx Dark Violet. HEX triplet: 83, 10 and BE. RGB value is (131,16,190). Sum of RGB (Red+Green+Blue) = 131+16+190=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #8310BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310BE is #7CEF41. Grayscale: #454545. Windows color (decimal): -8187714 or 12456067. OLE color: 12456067.

HSL color Cylindrical-coordinate representation of color #8310BE: hue angle of 279.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8310BE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13116190-
CMYK0.310.9200.25
HSL279.66º84.47%40.39%-
HSV(B)279.66º91.58%74.51%-
XYZ18.848.9149.44-
YUV70.22195.6171.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=38.87%
G=4.75%
B=56.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131161900.310.9200.25279.6684.4740.39
Hex8310BE1F5C0191185428
Octal203202763713403143012450
Binary1000001110000101111101111110111000110011000110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8310BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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