#8149DC

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

Shades of Blue Violet #8149DC

Tints of Blue Violet #8149DC

Color information

#8149DC (or 0x8149DC) is unknown color: approx Blue Violet. HEX triplet: 81, 49 and DC. RGB value is (129,73,220). Sum of RGB (Red+Green+Blue) = 129+73+220=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #8149DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149DC is #7EB623. Grayscale: #696969. Windows color (decimal): -8304164 or 14436737. OLE color: 14436737.

HSL color Cylindrical-coordinate representation of color #8149DC: hue angle of 262.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8149DC is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12973220-
CMYK0.410.6700.14
HSL262.86º67.74%57.45%-
HSV(B)262.86º66.82%86.27%-
XYZ24.3514.669.24-
YUV106.5192.05144.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=30.57%
G=17.30%
B=52.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129732200.410.6700.14262.8667.7457.45
Hex8149DC29430E1074439
Octal2011113345110301640710471
Binary100000011001001110111001010011000011011101000001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8149DC; }

 p { color: rgb(129,73,220); }

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

<style>
 a { background-color: #8149DC; }

 a { background-color: rgb(129,73,220); }

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

<style>
 span { border-color: #8149DC; }

 span { border-color: rgb(129,73,220); }

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