#803DCF

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

Shades of Blue Violet #803DCF

Tints of Blue Violet #803DCF

Color information

#803DCF (or 0x803DCF) is unknown color: approx Blue Violet. HEX triplet: 80, 3D and CF. RGB value is (128,61,207). Sum of RGB (Red+Green+Blue) = 128+61+207=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #803DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DCF is #7FC230. Grayscale: #616161. Windows color (decimal): -8372785 or 13581696. OLE color: 13581696.

HSL color Cylindrical-coordinate representation of color #803DCF: hue angle of 267.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803DCF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12861207-
CMYK0.380.7100.19
HSL267.53º60.33%52.55%-
HSV(B)267.53º70.53%81.18%-
XYZ21.8312.4360.28-
YUV97.68189.7149.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=32.32%
G=15.40%
B=52.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128612070.380.7100.19267.5360.3352.55
Hex803DCF264701310c3c35
Octal20075317461070234147465
Binary10000000111101110011111001101000111010011100001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,61,207); }

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

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

 a { background-color: rgb(128,61,207); }

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

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

 span { border-color: rgb(128,61,207); }

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