#8730D1

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

Shades of Blue Violet #8730D1

Tints of Blue Violet #8730D1

Color information

#8730D1 (or 0x8730D1) is unknown color: approx Blue Violet. HEX triplet: 87, 30 and D1. RGB value is (135,48,209). Sum of RGB (Red+Green+Blue) = 135+48+209=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #8730D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730D1 is #78CF2E. Grayscale: #5B5B5B. Windows color (decimal): -7917359 or 13709447. OLE color: 13709447.

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

Color convert

RGB13548209-
CMYK0.350.7700.18
HSL272.42º63.64%50.39%-
HSV(B)272.42º77.03%81.96%-
XYZ22.5611.8761.42-
YUV92.37193.82158.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 209 (82.03% from 255) = 53.32%
R=34.44%
G=12.24%
B=53.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135482090.350.7700.18272.4263.6450.39
Hex8730D1234D0121104032
Octal207603214311502242010062
Binary100001111100001101000110001110011010100101000100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8730D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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