#8641D1

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

Shades of Blue Violet #8641D1

Tints of Blue Violet #8641D1

Color information

#8641D1 (or 0x8641D1) is unknown color: approx Blue Violet. HEX triplet: 86, 41 and D1. RGB value is (134,65,209). Sum of RGB (Red+Green+Blue) = 134+65+209=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #8641D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641D1 is #79BE2E. Grayscale: #656565. Windows color (decimal): -7978543 or 13713798. OLE color: 13713798.

HSL color Cylindrical-coordinate representation of color #8641D1: hue angle of 268.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8641D1 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13465209-
CMYK0.360.6900.18
HSL268.75º61.02%53.73%-
HSV(B)268.75º68.9%81.96%-
XYZ23.2313.4561.69-
YUV102.05188.36150.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=32.84%
G=15.93%
B=51.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134652090.360.6900.18268.7561.0253.73
Hex8641D1244501210d3d36
Octal206101321441050224157566
Binary100001101000001110100011001001000101010010100001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8641D1; }

 p { color: rgb(134,65,209); }

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

<style>
 a { background-color: #8641D1; }

 a { background-color: rgb(134,65,209); }

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

<style>
 span { border-color: #8641D1; }

 span { border-color: rgb(134,65,209); }

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