#8741D1

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

Shades of Blue Violet #8741D1

Tints of Blue Violet #8741D1

Color information

#8741D1 (or 0x8741D1) is unknown color: approx Blue Violet. HEX triplet: 87, 41 and D1. RGB value is (135,65,209). Sum of RGB (Red+Green+Blue) = 135+65+209=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #8741D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741D1 is #78BE2E. Grayscale: #656565. Windows color (decimal): -7913007 or 13713799. OLE color: 13713799.

HSL color Cylindrical-coordinate representation of color #8741D1: hue angle of 269.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8741D1 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13565209-
CMYK0.350.6900.18
HSL269.17º61.02%53.73%-
HSV(B)269.17º68.9%81.96%-
XYZ23.3913.5361.7-
YUV102.35188.19151.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=33.01%
G=15.89%
B=51.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135652090.350.6900.18269.1761.0253.73
Hex8741D1234501210d3d36
Octal207101321431050224157566
Binary100001111000001110100011000111000101010010100001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8741D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8741D1; }

 p { color: rgb(135,65,209); }

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

<style>
 a { background-color: #8741D1; }

 a { background-color: rgb(135,65,209); }

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

<style>
 span { border-color: #8741D1; }

 span { border-color: rgb(135,65,209); }

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