#8145d7

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

Shades of Blue Violet #8145D7

Tints of Blue Violet #8145D7

Color information

#8145D7 (or 0x8145D7) is unknown color: approx Blue Violet. HEX triplet: 81, 45 and D7. RGB value is (129,69,215). Sum of RGB (Red+Green+Blue) = 129+69+215=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #8145D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8145D7 is #7EBA28. Grayscale: #676767. Windows color (decimal): -8305193 or 14108033. OLE color: 14108033.

HSL color Cylindrical-coordinate representation of color #8145D7: hue angle of 264.66º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8145D7 is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12969215-
CMYK0.40.6800.16
HSL264.66º64.6%55.69%-
HSV(B)264.66º67.91%84.31%-
XYZ23.4513.8365.72-
YUV103.58190.88146.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 215 (84.38% from 255) = 52.06%
R=31.23%
G=16.71%
B=52.06%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129692150.40.6800.16264.6664.655.69
Hex8145D728440101094138
Octal2011053275010402041110170
Binary1000000110001011101011110100010001000100001000010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8145d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8145d7; }

 p { color: rgb(129,69,215); }

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

<style>
 a { background-color: #8145d7; }

 a { background-color: rgb(129,69,215); }

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

<style>
 span { border-color: #8145d7; }

 span { border-color: rgb(129,69,215); }

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