#8335F2

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

Shades of Blue Violet #8335F2

Tints of Blue Violet #8335F2

Color information

#8335F2 (or 0x8335F2) is unknown color: approx Blue Violet. HEX triplet: 83, 35 and F2. RGB value is (131,53,242). Sum of RGB (Red+Green+Blue) = 131+53+242=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #8335F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8335F2 is #7CCA0D. Grayscale: #616161. Windows color (decimal): -8178190 or 15873411. OLE color: 15873411.

HSL color Cylindrical-coordinate representation of color #8335F2: hue angle of 264.76º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8335F2 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13153242-
CMYK0.460.7800.05
HSL264.76º87.91%57.84%-
HSV(B)264.76º78.1%94.9%-
XYZ26.6613.7885.26-
YUV97.87209.34151.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 242 (94.92% from 255) = 56.81%
R=30.75%
G=12.44%
B=56.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131532420.460.7800.05264.7687.9157.84
Hex8335F22E4E05109583a
Octal20365362561160541113072
Binary1000001111010111110010101110100111001011000010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8335F2; }

 p { color: rgb(131,53,242); }

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

<style>
 a { background-color: #8335F2; }

 a { background-color: rgb(131,53,242); }

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

<style>
 span { border-color: #8335F2; }

 span { border-color: rgb(131,53,242); }

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