#8025DF

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

Shades of Blue Violet #8025DF

Tints of Blue Violet #8025DF

Color information

#8025DF (or 0x8025DF) is unknown color: approx Blue Violet. HEX triplet: 80, 25 and DF. RGB value is (128,37,223). Sum of RGB (Red+Green+Blue) = 128+37+223=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #8025DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025DF is #7FDA20. Grayscale: #545454. Windows color (decimal): -8378913 or 14624128. OLE color: 14624128.

HSL color Cylindrical-coordinate representation of color #8025DF: hue angle of 269.35º 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 #8025DF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12837223-
CMYK0.430.8300.13
HSL269.35º74.4%50.98%-
HSV(B)269.35º83.41%87.45%-
XYZ22.8811.2470.78-
YUV85.41205.65158.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 37 (14.84% from 255) = 9.54%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=32.99%
G=9.54%
B=57.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128372230.430.8300.13269.3574.450.98
Hex8025DF2B530D10d4a33
Octal200453375312301541511263
Binary10000000100101110111111010111010011011011000011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8025DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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