#8649D7

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

Shades of Blue Violet #8649D7

Tints of Blue Violet #8649D7

Color information

#8649D7 (or 0x8649D7) is unknown color: approx Blue Violet. HEX triplet: 86, 49 and D7. RGB value is (134,73,215). Sum of RGB (Red+Green+Blue) = 134+73+215=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #8649D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649D7 is #79B628. Grayscale: #6A6A6A. Windows color (decimal): -7976489 or 14109062. OLE color: 14109062.

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

Color convert

RGB13473215-
CMYK0.380.6600.16
HSL265.77º63.96%56.47%-
HSV(B)265.77º66.05%84.31%-
XYZ24.4814.7465.84-
YUV107.43188.71146.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=31.75%
G=17.30%
B=50.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134732150.380.6600.16265.7763.9656.47
Hex8649D7264201010a4038
Octal2061113274610202041210070
Binary1000011010010011101011110011010000100100001000010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8649D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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