#8427EE

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

Shades of Blue Violet #8427EE

Tints of Blue Violet #8427EE

Color information

#8427EE (or 0x8427EE) is unknown color: approx Blue Violet. HEX triplet: 84, 27 and EE. RGB value is (132,39,238). Sum of RGB (Red+Green+Blue) = 132+39+238=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #8427EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8427EE is #7BD811. Grayscale: #585858. Windows color (decimal): -8116242 or 15607684. OLE color: 15607684.

HSL color Cylindrical-coordinate representation of color #8427EE: hue angle of 268.04º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8427EE is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13239238-
CMYK0.450.8400.07
HSL268.04º85.41%54.31%-
HSV(B)268.04º83.61%93.33%-
XYZ25.6712.5381.95-
YUV89.49211.81158.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 238 (93.36% from 255) = 58.19%
R=32.27%
G=9.54%
B=58.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132392380.450.8400.07268.0485.4154.31
Hex8427EE2D540710c5536
Octal20447356551240741412566
Binary1000010010011111101110101101101010001111000011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8427EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8427EE; }

 p { color: rgb(132,39,238); }

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

<style>
 a { background-color: #8427EE; }

 a { background-color: rgb(132,39,238); }

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

<style>
 span { border-color: #8427EE; }

 span { border-color: rgb(132,39,238); }

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