#8513FA

Color #8513FA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8513FA

Tints of Blue Violet #8513FA

Color information

#8513FA (or 0x8513FA) is unknown color: approx Blue Violet. HEX triplet: 85, 13 and FA. RGB value is (133,19,250). Sum of RGB (Red+Green+Blue) = 133+19+250=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #8513FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8513FA is #7AEC05. Grayscale: #4E4E4E. Windows color (decimal): -8055814 or 16388997. OLE color: 16388997.

HSL color Cylindrical-coordinate representation of color #8513FA: hue angle of 269.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8513FA is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13319250-
CMYK0.470.9200.02
HSL269.61º95.85%52.75%-
HSV(B)269.61º92.4%98.04%-
XYZ27.1612.3591.4-
YUV79.42224.27166.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 19 (7.81% from 255) = 4.73%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=33.08%
G=4.73%
B=62.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133192500.470.9200.02269.6195.8552.75
Hex8513FA2F5C0210e6035
Octal20523372571340241614065
Binary10000101100111111101010111110111000101000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8513FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8513FA; }

 p { color: rgb(133,19,250); }

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

<style>
 a { background-color: #8513FA; }

 a { background-color: rgb(133,19,250); }

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

<style>
 span { border-color: #8513FA; }

 span { border-color: rgb(133,19,250); }

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