#8425DF

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

Shades of Blue Violet #8425DF

Tints of Blue Violet #8425DF

Color information

#8425DF (or 0x8425DF) is unknown color: approx Blue Violet. HEX triplet: 84, 25 and DF. RGB value is (132,37,223). Sum of RGB (Red+Green+Blue) = 132+37+223=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #8425DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425DF is #7BDA20. Grayscale: #555555. Windows color (decimal): -8116769 or 14624132. OLE color: 14624132.

HSL color Cylindrical-coordinate representation of color #8425DF: hue angle of 270.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8425DF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13237223-
CMYK0.410.8300.13
HSL270.65º74.4%50.98%-
HSV(B)270.65º83.41%87.45%-
XYZ23.511.5670.8-
YUV86.61204.97160.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 223 (87.5% from 255) = 56.89%
R=33.67%
G=9.44%
B=56.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132372230.410.8300.13270.6574.450.98
Hex8425DF29530D10f4a33
Octal204453375112301541711263
Binary10000100100101110111111010011010011011011000011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8425DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8425DF; }

 p { color: rgb(132,37,223); }

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

<style>
 a { background-color: #8425DF; }

 a { background-color: rgb(132,37,223); }

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

<style>
 span { border-color: #8425DF; }

 span { border-color: rgb(132,37,223); }

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