#8742D8

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

Shades of Blue Violet #8742D8

Tints of Blue Violet #8742D8

Color information

#8742D8 (or 0x8742D8) is unknown color: approx Blue Violet. HEX triplet: 87, 42 and D8. RGB value is (135,66,216). Sum of RGB (Red+Green+Blue) = 135+66+216=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #8742D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742D8 is #78BD27. Grayscale: #676767. Windows color (decimal): -7912744 or 14172807. OLE color: 14172807.

HSL color Cylindrical-coordinate representation of color #8742D8: hue angle of 267.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8742D8 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13566216-
CMYK0.380.6900.15
HSL267.6º65.79%55.29%-
HSV(B)267.6º69.44%84.71%-
XYZ24.3314.0166.39-
YUV103.73191.36150.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=32.37%
G=15.83%
B=51.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135662160.380.6900.15267.665.7955.29
Hex8742D826450F10c4237
Octal2071023304610501741410267
Binary100001111000010110110001001101000101011111000011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8742D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8742D8; }

 p { color: rgb(135,66,216); }

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

<style>
 a { background-color: #8742D8; }

 a { background-color: rgb(135,66,216); }

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

<style>
 span { border-color: #8742D8; }

 span { border-color: rgb(135,66,216); }

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