#8533AB

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

Shades of Vivid Violet #8533AB

Tints of Vivid Violet #8533AB

Color information

#8533AB (or 0x8533AB) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and AB. RGB value is (133,51,171). Sum of RGB (Red+Green+Blue) = 133+51+171=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 51 (20.31% from 255 or 14.37% 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 #8533AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8533AB is #7ACC54. Grayscale: #585858. Windows color (decimal): -8047701 or 11219845. OLE color: 11219845.

HSL color Cylindrical-coordinate representation of color #8533AB: hue angle of 281º degrees, saturation: 0.54, 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 #8533AB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13351171-
CMYK0.220.7000.33
HSL281º54.05%43.53%-
HSV(B)281º70.18%67.06%-
XYZ18.2110.2939.56-
YUV89.2174.17159.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=37.46%
G=14.37%
B=48.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133511710.220.7000.3328154.0543.53
Hex8533AB1646021119362c
Octal20563253261060414316654
Binary10000101110011101010111011010001100100001100011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8533AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,51,171); }

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

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

 a { background-color: rgb(133,51,171); }

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

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

 span { border-color: rgb(133,51,171); }

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