#8746DD

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

Shades of Blue Violet #8746DD

Tints of Blue Violet #8746DD

Color information

#8746DD (or 0x8746DD) is unknown color: approx Blue Violet. HEX triplet: 87, 46 and DD. RGB value is (135,70,221). Sum of RGB (Red+Green+Blue) = 135+70+221=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #8746DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746DD is #78B922. Grayscale: #6A6A6A. Windows color (decimal): -7911715 or 14501511. OLE color: 14501511.

HSL color Cylindrical-coordinate representation of color #8746DD: hue angle of 265.83º 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 #8746DD is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13570221-
CMYK0.390.6800.13
HSL265.83º68.95%57.06%-
HSV(B)265.83º68.33%86.67%-
XYZ25.2314.7569.92-
YUV106.65192.53148.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=31.69%
G=16.43%
B=51.88%

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
Decimal135702210.390.6800.13265.8368.9557.06
Hex8746DD27440D10a4539
Octal2071063354710401541210571
Binary100001111000110110111011001111000100011011000010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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