#8638AB

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

Shades of Vivid Violet #8638AB

Tints of Vivid Violet #8638AB

Color information

#8638AB (or 0x8638AB) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and AB. RGB value is (134,56,171). Sum of RGB (Red+Green+Blue) = 134+56+171=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #8638AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8638AB is #79C754. Grayscale: #5C5C5C. Windows color (decimal): -7980885 or 11221126. OLE color: 11221126.

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

Color convert

RGB13456171-
CMYK0.220.6700.33
HSL280.7º50.66%44.51%-
HSV(B)280.7º67.25%67.06%-
XYZ18.610.8439.64-
YUV92.43172.34157.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=37.12%
G=15.51%
B=47.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134561710.220.6700.33280.750.6644.51
Hex8638AB1643021119332d
Octal20670253261030414316355
Binary10000110111000101010111011010000110100001100011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8638AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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