#8333A8

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

Shades of Vivid Violet #8333A8

Tints of Vivid Violet #8333A8

Color information

#8333A8 (or 0x8333A8) is unknown color: approx Vivid Violet. HEX triplet: 83, 33 and A8. RGB value is (131,51,168). Sum of RGB (Red+Green+Blue) = 131+51+168=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #8333A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8333A8 is #7CCC57. Grayscale: #575757. Windows color (decimal): -8178776 or 11023235. OLE color: 11023235.

HSL color Cylindrical-coordinate representation of color #8333A8: hue angle of 281.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8333A8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13151168-
CMYK0.220.7000.34
HSL281.03º53.42%42.94%-
HSV(B)281.03º69.64%65.88%-
XYZ17.6110.0238.05-
YUV88.26173158.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 168 (66.02% from 255) = 48%
R=37.43%
G=14.57%
B=48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131511680.220.7000.34281.0353.4242.94
Hex8333A81646022119352b
Octal20363250261060424316553
Binary10000011110011101010001011010001100100010100011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8333A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8333A8; }

 p { color: rgb(131,51,168); }

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

<style>
 a { background-color: #8333A8; }

 a { background-color: rgb(131,51,168); }

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

<style>
 span { border-color: #8333A8; }

 span { border-color: rgb(131,51,168); }

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