#8318bf

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

Shades of Dark Violet #8318BF

Tints of Dark Violet #8318BF

Color information

#8318BF (or 0x8318BF) is unknown color: approx Dark Violet. HEX triplet: 83, 18 and BF. RGB value is (131,24,191). Sum of RGB (Red+Green+Blue) = 131+24+191=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #8318BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318BF is #7CE740. Grayscale: #4A4A4A. Windows color (decimal): -8185665 or 12523651. OLE color: 12523651.

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

Color convert

RGB13124191-
CMYK0.310.8700.25
HSL278.44º77.67%42.16%-
HSV(B)278.44º87.43%74.9%-
XYZ19.099.2450.07-
YUV75.03193.45167.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 191 (75% from 255) = 55.20%
R=37.86%
G=6.94%
B=55.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131241910.310.8700.25278.4477.6742.16
Hex8318BF1F570191164e2a
Octal203302773712703142611652
Binary1000001111000101111111111110101110110011000101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8318bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8318bf; }

 p { color: rgb(131,24,191); }

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

<style>
 a { background-color: #8318bf; }

 a { background-color: rgb(131,24,191); }

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

<style>
 span { border-color: #8318bf; }

 span { border-color: rgb(131,24,191); }

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