#8335EF

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

Shades of Blue Violet #8335EF

Tints of Blue Violet #8335EF

Color information

#8335EF (or 0x8335EF) is unknown color: approx Blue Violet. HEX triplet: 83, 35 and EF. RGB value is (131,53,239). Sum of RGB (Red+Green+Blue) = 131+53+239=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #8335EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8335EF is #7CCA10. Grayscale: #606060. Windows color (decimal): -8178193 or 15676803. OLE color: 15676803.

HSL color Cylindrical-coordinate representation of color #8335EF: hue angle of 265.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8335EF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13153239-
CMYK0.450.7800.06
HSL265.16º85.32%57.25%-
HSV(B)265.16º77.82%93.73%-
XYZ26.2113.682.91-
YUV97.53207.84151.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 239 (93.75% from 255) = 56.50%
R=30.97%
G=12.53%
B=56.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131532390.450.7800.06265.1685.3257.25
Hex8335EF2D4E061095539
Octal20365357551160641112571
Binary1000001111010111101111101101100111001101000010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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