#8741D5

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

Shades of Blue Violet #8741D5

Tints of Blue Violet #8741D5

Color information

#8741D5 (or 0x8741D5) is unknown color: approx Blue Violet. HEX triplet: 87, 41 and D5. RGB value is (135,65,213). Sum of RGB (Red+Green+Blue) = 135+65+213=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #8741D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741D5 is #78BE2A. Grayscale: #666666. Windows color (decimal): -7913003 or 13975943. OLE color: 13975943.

HSL color Cylindrical-coordinate representation of color #8741D5: hue angle of 268.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8741D5 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13565213-
CMYK0.370.6900.16
HSL268.38º63.79%54.51%-
HSV(B)268.38º69.48%83.53%-
XYZ23.8913.7464.34-
YUV102.8190.19150.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=32.69%
G=15.74%
B=51.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal135652130.370.6900.16268.3863.7954.51
Hex8741D5254501010c4037
Octal2071013254510502041410067
Binary1000011110000011101010110010110001010100001000011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8741D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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