#8318AB

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

Shades of Vivid Violet #8318AB

Tints of Vivid Violet #8318AB

Color information

#8318AB (or 0x8318AB) is unknown color: approx Vivid Violet. HEX triplet: 83, 18 and AB. RGB value is (131,24,171). Sum of RGB (Red+Green+Blue) = 131+24+171=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #8318AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8318AB is #7CE754. Grayscale: #484848. Windows color (decimal): -8185685 or 11212931. OLE color: 11212931.

HSL color Cylindrical-coordinate representation of color #8318AB: hue angle of 283.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8318AB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13124171-
CMYK0.230.8600.33
HSL283.67º75.38%38.24%-
HSV(B)283.67º85.96%67.06%-
XYZ17.048.4239.26-
YUV72.75183.45169.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=40.18%
G=7.36%
B=52.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131241710.230.8600.33283.6775.3838.24
Hex8318AB175602111c4b26
Octal203302532712604143411346
Binary10000011110001010101110111101011001000011000111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8318AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,24,171); }

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

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

 a { background-color: rgb(131,24,171); }

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

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

 span { border-color: rgb(131,24,171); }

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