#803AD7

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

Shades of Blue Violet #803AD7

Tints of Blue Violet #803AD7

Color information

#803AD7 (or 0x803AD7) is unknown color: approx Blue Violet. HEX triplet: 80, 3A and D7. RGB value is (128,58,215). Sum of RGB (Red+Green+Blue) = 128+58+215=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #803AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AD7 is #7FC528. Grayscale: #606060. Windows color (decimal): -8373545 or 14105216. OLE color: 14105216.

HSL color Cylindrical-coordinate representation of color #803AD7: hue angle of 266.75º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803AD7 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12858215-
CMYK0.400.7300.16
HSL266.75º66.24%53.53%-
HSV(B)266.75º73.02%84.31%-
XYZ22.6812.5265.51-
YUV96.83194.69150.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 215 (84.38% from 255) = 53.62%
R=31.92%
G=14.46%
B=53.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128582150.400.7300.16266.7566.2453.53
Hex803AD7284901010b4236
Octal200723275011102041310266
Binary100000001110101101011110100010010010100001000010111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,58,215); }

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

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

 a { background-color: rgb(128,58,215); }

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

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

 span { border-color: rgb(128,58,215); }

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