#8635A7

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

Shades of Vivid Violet #8635A7

Tints of Vivid Violet #8635A7

Color information

#8635A7 (or 0x8635A7) is unknown color: approx Vivid Violet. HEX triplet: 86, 35 and A7. RGB value is (134,53,167). Sum of RGB (Red+Green+Blue) = 134+53+167=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #8635A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8635A7 is #79CA58. Grayscale: #595959. Windows color (decimal): -7981657 or 10958214. OLE color: 10958214.

HSL color Cylindrical-coordinate representation of color #8635A7: hue angle of 282.63º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8635A7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13453167-
CMYK0.200.6800.35
HSL282.63º51.82%43.14%-
HSV(B)282.63º68.26%65.49%-
XYZ18.0810.437.61-
YUV90.21171.34159.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 167 (65.62% from 255) = 47.18%
R=37.85%
G=14.97%
B=47.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134531670.200.6800.35282.6351.8243.14
Hex8635A7144402311b342b
Octal20665247241040434336453
Binary10000110110101101001111010010001000100011100011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8635A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8635A7; }

 p { color: rgb(134,53,167); }

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

<style>
 a { background-color: #8635A7; }

 a { background-color: rgb(134,53,167); }

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

<style>
 span { border-color: #8635A7; }

 span { border-color: rgb(134,53,167); }

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