#8649DD

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

Shades of Blue Violet #8649DD

Tints of Blue Violet #8649DD

Color information

#8649DD (or 0x8649DD) is unknown color: approx Blue Violet. HEX triplet: 86, 49 and DD. RGB value is (134,73,221). Sum of RGB (Red+Green+Blue) = 134+73+221=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #8649DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649DD is #79B622. Grayscale: #6B6B6B. Windows color (decimal): -7976483 or 14502278. OLE color: 14502278.

HSL color Cylindrical-coordinate representation of color #8649DD: hue angle of 264.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8649DD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13473221-
CMYK0.390.6700.13
HSL264.73º68.52%57.65%-
HSV(B)264.73º66.97%86.67%-
XYZ25.2715.0569.98-
YUV108.11191.71146.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=31.31%
G=17.06%
B=51.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134732210.390.6700.13264.7368.5257.65
Hex8649DD27430D109453a
Octal2061113354710301541110572
Binary100001101001001110111011001111000011011011000010011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8649DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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