#8834AA

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

Shades of Vivid Violet #8834AA

Tints of Vivid Violet #8834AA

Color information

#8834AA (or 0x8834AA) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and AA. RGB value is (136,52,170). Sum of RGB (Red+Green+Blue) = 136+52+170=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #8834AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8834AA is #77CB55. Grayscale: #5A5A5A. Windows color (decimal): -7850838 or 11154568. OLE color: 11154568.

HSL color Cylindrical-coordinate representation of color #8834AA: hue angle of 282.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8834AA is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13652170-
CMYK0.200.6900.33
HSL282.71º53.15%43.53%-
HSV(B)282.71º69.41%66.67%-
XYZ18.6410.5939.09-
YUV90.57172.83160.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=37.99%
G=14.53%
B=47.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136521700.200.6900.33282.7153.1543.53
Hex8834AA144502111b352c
Octal21064252241050414336554
Binary10001000110100101010101010010001010100001100011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8834AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8834AA; }

 p { color: rgb(136,52,170); }

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

<style>
 a { background-color: #8834AA; }

 a { background-color: rgb(136,52,170); }

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

<style>
 span { border-color: #8834AA; }

 span { border-color: rgb(136,52,170); }

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