#8234AB

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

Shades of Vivid Violet #8234AB

Tints of Vivid Violet #8234AB

Color information

#8234AB (or 0x8234AB) is unknown color: approx Vivid Violet. HEX triplet: 82, 34 and AB. RGB value is (130,52,171). Sum of RGB (Red+Green+Blue) = 130+52+171=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8234AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8234AB is #7DCB54. Grayscale: #585858. Windows color (decimal): -8244053 or 11220098. OLE color: 11220098.

HSL color Cylindrical-coordinate representation of color #8234AB: hue angle of 279.33º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8234AB is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13052171-
CMYK0.240.7000.33
HSL279.33º53.36%43.73%-
HSV(B)279.33º69.59%67.06%-
XYZ17.7810.1439.55-
YUV88.89174.34157.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=36.83%
G=14.73%
B=48.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130521710.240.7000.33279.3353.3643.73
Hex8234AB1846021117352c
Octal20264253301060414276554
Binary10000010110100101010111100010001100100001100010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8234AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,52,171); }

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

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

 a { background-color: rgb(130,52,171); }

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

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

 span { border-color: rgb(130,52,171); }

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