#8236AB

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

Shades of Vivid Violet #8236AB

Tints of Vivid Violet #8236AB

Color information

#8236AB (or 0x8236AB) is unknown color: approx Vivid Violet. HEX triplet: 82, 36 and AB. RGB value is (130,54,171). Sum of RGB (Red+Green+Blue) = 130+54+171=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #8236AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8236AB is #7DC954. Grayscale: #595959. Windows color (decimal): -8243541 or 11220610. OLE color: 11220610.

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

Color convert

RGB13054171-
CMYK0.240.6800.33
HSL278.97º52%44.12%-
HSV(B)278.97º68.42%67.06%-
XYZ17.8810.3239.58-
YUV90.06173.68156.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 54 (21.48% from 255) = 15.21%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=36.62%
G=15.21%
B=48.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130541710.240.6800.33278.975244.12
Hex8236AB1844021117342c
Octal20266253301040414276454
Binary10000010110110101010111100010001000100001100010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8236AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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