#8618BE

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

Shades of Dark Violet #8618BE

Tints of Dark Violet #8618BE

Color information

#8618BE (or 0x8618BE) is unknown color: approx Dark Violet. HEX triplet: 86, 18 and BE. RGB value is (134,24,190). Sum of RGB (Red+Green+Blue) = 134+24+190=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #8618BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8618BE is #79E741. Grayscale: #4B4B4B. Windows color (decimal): -7989058 or 12458118. OLE color: 12458118.

HSL color Cylindrical-coordinate representation of color #8618BE: hue angle of 279.76º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8618BE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13424190-
CMYK0.290.8700.25
HSL279.76º77.57%41.96%-
HSV(B)279.76º87.37%74.51%-
XYZ19.459.4449.51-
YUV75.81192.44169.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=38.51%
G=6.90%
B=54.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134241900.290.8700.25279.7677.5741.96
Hex8618BE1D570191184e2a
Octal206302763512703143011652
Binary1000011011000101111101110110101110110011000110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8618BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8618BE; }

 p { color: rgb(134,24,190); }

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

<style>
 a { background-color: #8618BE; }

 a { background-color: rgb(134,24,190); }

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

<style>
 span { border-color: #8618BE; }

 span { border-color: rgb(134,24,190); }

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