#8530FE

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

Shades of Blue Violet #8530FE

Tints of Blue Violet #8530FE

Color information

#8530FE (or 0x8530FE) is unknown color: approx Blue Violet. HEX triplet: 85, 30 and FE. RGB value is (133,48,254). Sum of RGB (Red+Green+Blue) = 133+48+254=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #8530FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530FE is #7ACF01. Grayscale: #606060. Windows color (decimal): -8048386 or 16658565. OLE color: 16658565.

HSL color Cylindrical-coordinate representation of color #8530FE: hue angle of 264.76º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8530FE is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13348254-
CMYK0.480.8100.00
HSL264.76º99.04%59.22%-
HSV(B)264.76º81.1%99.61%-
XYZ28.6214.2695.01-
YUV96.9216.66153.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=30.57%
G=11.03%
B=58.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal133482540.480.8100.00264.7699.0459.22
Hex8530FE305100109633b
Octal20560376601210041114373
Binary10000101110000111111101100001010001001000010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8530FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8530FE; }

 p { color: rgb(133,48,254); }

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

<style>
 a { background-color: #8530FE; }

 a { background-color: rgb(133,48,254); }

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

<style>
 span { border-color: #8530FE; }

 span { border-color: rgb(133,48,254); }

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