#8649D8

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

Shades of Blue Violet #8649D8

Tints of Blue Violet #8649D8

Color information

#8649D8 (or 0x8649D8) is unknown color: approx Blue Violet. HEX triplet: 86, 49 and D8. RGB value is (134,73,216). Sum of RGB (Red+Green+Blue) = 134+73+216=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #8649D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649D8 is #79B627. Grayscale: #6B6B6B. Windows color (decimal): -7976488 or 14174598. OLE color: 14174598.

HSL color Cylindrical-coordinate representation of color #8649D8: hue angle of 265.59º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8649D8 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13473216-
CMYK0.380.6600.15
HSL265.59º64.71%56.67%-
HSV(B)265.59º66.2%84.71%-
XYZ24.6114.7966.52-
YUV107.54189.21146.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=31.68%
G=17.26%
B=51.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134732160.380.6600.15265.5964.7156.67
Hex8649D826420F10a4139
Octal2061113304610201741210171
Binary100001101001001110110001001101000010011111000010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8649D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8649D8; }

 p { color: rgb(134,73,216); }

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

<style>
 a { background-color: #8649D8; }

 a { background-color: rgb(134,73,216); }

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

<style>
 span { border-color: #8649D8; }

 span { border-color: rgb(134,73,216); }

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