#8748D9

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

Shades of Blue Violet #8748D9

Tints of Blue Violet #8748D9

Color information

#8748D9 (or 0x8748D9) is unknown color: approx Blue Violet. HEX triplet: 87, 48 and D9. RGB value is (135,72,217). Sum of RGB (Red+Green+Blue) = 135+72+217=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #8748D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748D9 is #78B726. Grayscale: #6A6A6A. Windows color (decimal): -7911207 or 14239879. OLE color: 14239879.

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

Color convert

RGB13572217-
CMYK0.380.6700.15
HSL266.07º65.61%56.67%-
HSV(B)266.07º66.82%85.1%-
XYZ24.8314.867.19-
YUV107.37189.87147.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 217 (85.16% from 255) = 51.18%
R=31.84%
G=16.98%
B=51.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135722170.380.6700.15266.0765.6156.67
Hex8748D926430F10a4239
Octal2071103314610301741210271
Binary100001111001000110110011001101000011011111000010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8748D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8748D9; }

 p { color: rgb(135,72,217); }

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

<style>
 a { background-color: #8748D9; }

 a { background-color: rgb(135,72,217); }

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

<style>
 span { border-color: #8748D9; }

 span { border-color: rgb(135,72,217); }

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