#8333AE

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

Shades of Vivid Violet #8333AE

Tints of Vivid Violet #8333AE

Color information

#8333AE (or 0x8333AE) is unknown color: approx Vivid Violet. HEX triplet: 83, 33 and AE. RGB value is (131,51,174). Sum of RGB (Red+Green+Blue) = 131+51+174=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #8333AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8333AE is #7CCC51. Grayscale: #585858. Windows color (decimal): -8178770 or 11416451. OLE color: 11416451.

HSL color Cylindrical-coordinate representation of color #8333AE: hue angle of 279.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8333AE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13151174-
CMYK0.250.7100.32
HSL279.02º54.67%44.12%-
HSV(B)279.02º70.69%68.24%-
XYZ18.1810.2541.06-
YUV88.94176158-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=36.80%
G=14.33%
B=48.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131511740.250.7100.32279.0254.6744.12
Hex8333AE1947020117372c
Octal20363256311070404276754
Binary10000011110011101011101100110001110100000100010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8333AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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