Html Css Color HEX #8318AB Vivid Violet

📋 copy color: '#8318AB'

red 131 ◦ green 24 ◦ blue 171

#8318AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8318AB

Tints of Vivid Violet #8318AB

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 value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8318AB (or 0x8318AB) is known color: 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

RGB 131 24 171 -
CMYK 0.23 0.86 0 0.33
HSL 283.67º 0.75% 0.38% -
HSV(B) 283.67º 0.86% 0.67% -
XYZ 17.04 8.42 39.26 -
YUV 72.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 131 24 171 0.23 0.86 0 0.33 283.67 0.75 0.38
Hex 83 18 AB 17 56 0 21 11C 4B 26
Octal 203 30 253 27 126 0 41 434 113 46
Binary 10000011 11000 10101011 10111 1010110 0 100001 100011100 1001011 100110

Color Harmonies of #8318AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8318AB

Black with #8318AB

Text Example


Text Example

White with #8318AB

Text Example


Text Example

HTML Codes & Css Web 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>