#8615D8

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

Shades of Blue Violet #8615D8

Tints of Blue Violet #8615D8

Color information

#8615D8 (or 0x8615D8) is unknown color: approx Blue Violet. HEX triplet: 86, 15 and D8. RGB value is (134,21,216). Sum of RGB (Red+Green+Blue) = 134+21+216=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #8615D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615D8 is #79EA27. Grayscale: #4C4C4C. Windows color (decimal): -7989800 or 14161286. OLE color: 14161286.

HSL color Cylindrical-coordinate representation of color #8615D8: hue angle of 274.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8615D8 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13421216-
CMYK0.380.9000.15
HSL274.77º82.28%46.47%-
HSV(B)274.77º90.28%84.71%-
XYZ22.4910.5665.82-
YUV77.02206.44168.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 21 (8.59% from 255) = 5.66%
BLUE value IS 216 (84.77% from 255) = 58.22%
R=36.12%
G=5.66%
B=58.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134212160.380.9000.15274.7782.2846.47
Hex8615D8265A0F113522e
Octal206253304613201742312256
Binary1000011010101110110001001101011010011111000100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8615D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,21,216); }

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

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

 a { background-color: rgb(134,21,216); }

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

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

 span { border-color: rgb(134,21,216); }

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