#803FCC

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

Shades of Blue Violet #803FCC

Tints of Blue Violet #803FCC

Color information

#803FCC (or 0x803FCC) is unknown color: approx Blue Violet. HEX triplet: 80, 3F and CC. RGB value is (128,63,204). Sum of RGB (Red+Green+Blue) = 128+63+204=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #803FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FCC is #7FC033. Grayscale: #626262. Windows color (decimal): -8372276 or 13385600. OLE color: 13385600.

HSL color Cylindrical-coordinate representation of color #803FCC: hue angle of 267.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803FCC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12863204-
CMYK0.370.6900.2
HSL267.66º58.02%52.35%-
HSV(B)267.66º69.12%80%-
XYZ21.5812.558.4-
YUV98.51187.53149.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=32.41%
G=15.95%
B=51.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal128632040.370.6900.2267.6658.0252.35
Hex803FCC254501410c3a34
Octal20077314451050244147264
Binary10000000111111110011001001011000101010100100001100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803FCC; }

 p { color: rgb(128,63,204); }

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

<style>
 a { background-color: #803FCC; }

 a { background-color: rgb(128,63,204); }

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

<style>
 span { border-color: #803FCC; }

 span { border-color: rgb(128,63,204); }

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