#8641D4

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

Shades of Blue Violet #8641D4

Tints of Blue Violet #8641D4

Color information

#8641D4 (or 0x8641D4) is unknown color: approx Blue Violet. HEX triplet: 86, 41 and D4. RGB value is (134,65,212). Sum of RGB (Red+Green+Blue) = 134+65+212=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #8641D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641D4 is #79BE2B. Grayscale: #656565. Windows color (decimal): -7978540 or 13910406. OLE color: 13910406.

HSL color Cylindrical-coordinate representation of color #8641D4: hue angle of 268.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8641D4 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13465212-
CMYK0.370.6900.17
HSL268.16º63.09%54.31%-
HSV(B)268.16º69.34%83.14%-
XYZ23.6113.663.67-
YUV102.39189.86150.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=32.60%
G=15.82%
B=51.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134652120.370.6900.17268.1663.0954.31
Hex8641D4254501110c3f36
Octal206101324451050214147766
Binary100001101000001110101001001011000101010001100001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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