#8638AE

Color #8638AE Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8638AE

Tints of Vivid Violet #8638AE

Color information

#8638AE (or 0x8638AE) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and AE. RGB value is (134,56,174). Sum of RGB (Red+Green+Blue) = 134+56+174=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #8638AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8638AE is #79C751. Grayscale: #5C5C5C. Windows color (decimal): -7980882 or 11417734. OLE color: 11417734.

HSL color Cylindrical-coordinate representation of color #8638AE: hue angle of 279.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8638AE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13456174-
CMYK0.230.6800.32
HSL279.66º51.3%45.1%-
HSV(B)279.66º67.82%68.24%-
XYZ18.8910.9541.16-
YUV92.77173.84157.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=36.81%
G=15.38%
B=47.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134561740.230.6800.32279.6651.345.1
Hex8638AE1744020118332d
Octal20670256271040404306355
Binary10000110111000101011101011110001000100000100011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8638AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8638AE; }

 p { color: rgb(134,56,174); }

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

<style>
 a { background-color: #8638AE; }

 a { background-color: rgb(134,56,174); }

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

<style>
 span { border-color: #8638AE; }

 span { border-color: rgb(134,56,174); }

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