#8317BE

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

Shades of Dark Violet #8317BE

Tints of Dark Violet #8317BE

Color information

#8317BE (or 0x8317BE) is unknown color: approx Dark Violet. HEX triplet: 83, 17 and BE. RGB value is (131,23,190). Sum of RGB (Red+Green+Blue) = 131+23+190=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8317BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8317BE is #7CE841. Grayscale: #494949. Windows color (decimal): -8185922 or 12457859. OLE color: 12457859.

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

Color convert

RGB13123190-
CMYK0.310.8800.25
HSL278.8º78.4%41.76%-
HSV(B)278.8º87.89%74.51%-
XYZ18.969.1649.48-
YUV74.33193.28168.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=38.08%
G=6.69%
B=55.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131231900.310.8800.25278.878.441.76
Hex8317BE1F580191174e2a
Octal203272763713003142711652
Binary1000001110111101111101111110110000110011000101111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8317BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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