#8646DD

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

Shades of Blue Violet #8646DD

Tints of Blue Violet #8646DD

Color information

#8646DD (or 0x8646DD) is unknown color: approx Blue Violet. HEX triplet: 86, 46 and DD. RGB value is (134,70,221). Sum of RGB (Red+Green+Blue) = 134+70+221=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #8646DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8646DD is #79B922. Grayscale: #696969. Windows color (decimal): -7977251 or 14501510. OLE color: 14501510.

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

Color convert

RGB13470221-
CMYK0.390.6800.13
HSL265.43º68.95%57.06%-
HSV(B)265.43º68.33%86.67%-
XYZ25.0714.6769.92-
YUV106.35192.7147.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 221 (86.72% from 255) = 52%
R=31.53%
G=16.47%
B=52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134702210.390.6800.13265.4368.9557.06
Hex8646DD27440D1094539
Octal2061063354710401541110571
Binary100001101000110110111011001111000100011011000010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8646DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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