#8615CE

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

Shades of Dark Violet #8615CE

Tints of Dark Violet #8615CE

Color information

#8615CE (or 0x8615CE) is unknown color: approx Dark Violet. HEX triplet: 86, 15 and CE. RGB value is (134,21,206). Sum of RGB (Red+Green+Blue) = 134+21+206=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8615CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615CE is #79EA31. Grayscale: #4B4B4B. Windows color (decimal): -7989810 or 13505926. OLE color: 13505926.

HSL color Cylindrical-coordinate representation of color #8615CE: hue angle of 276.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8615CE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13421206-
CMYK0.350.9000.19
HSL276.65º81.5%44.51%-
HSV(B)276.65º89.81%80.78%-
XYZ21.2410.0659.21-
YUV75.88201.44169.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=37.12%
G=5.82%
B=57.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134212060.350.9000.19276.6581.544.51
Hex8615CE235A013115512d
Octal206253164313202342512155
Binary10000110101011100111010001110110100100111000101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8615CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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