#8435EF

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

Shades of Blue Violet #8435EF

Tints of Blue Violet #8435EF

Color information

#8435EF (or 0x8435EF) is unknown color: approx Blue Violet. HEX triplet: 84, 35 and EF. RGB value is (132,53,239). Sum of RGB (Red+Green+Blue) = 132+53+239=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #8435EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8435EF is #7BCA10. Grayscale: #616161. Windows color (decimal): -8112657 or 15676804. OLE color: 15676804.

HSL color Cylindrical-coordinate representation of color #8435EF: hue angle of 265.48º 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 #8435EF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13253239-
CMYK0.450.7800.06
HSL265.48º85.32%57.25%-
HSV(B)265.48º77.82%93.73%-
XYZ26.3713.6882.91-
YUV97.82207.67152.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 239 (93.75% from 255) = 56.37%
R=31.13%
G=12.5%
B=56.37%

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
Decimal132532390.450.7800.06265.4885.3257.25
Hex8435EF2D4E061095539
Octal20465357551160641112571
Binary1000010011010111101111101101100111001101000010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8435EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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