Html Css Color HEX #8331AB Vivid Violet

📋 copy color: '#8331AB'

red 131 ◦ green 49 ◦ blue 171

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

Shades of Vivid Violet #8331AB

Tints of Vivid Violet #8331AB

RGB

 RED value IS 131 (51.56% from 255) = 37.32%

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 37.32%
G = 13.96%
B = 48.72%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8331AB (or 0x8331AB) is known color: Vivid Violet. HEX triplet: 83, 31 and AB. RGB value is (131,49,171). Sum of RGB (Red+Green+Blue) = 131+49+171=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #8331AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8331AB is #7CCE54. Grayscale: #575757. Windows color (decimal): -8179285 or 11219331. OLE color: 11219331.

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

Color convert

RGB 131 49 171 -
CMYK 0.23 0.71 0 0.33
HSL 280.33º 0.55% 0.43% -
HSV(B) 280.33º 0.71% 0.67% -
XYZ 17.81 9.96 39.51 -
YUV 87.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 131 49 171 0.23 0.71 0 0.33 280.33 0.55 0.43
Hex 83 31 AB 17 47 0 21 118 37 2B
Octal 203 61 253 27 107 0 41 430 67 53
Binary 10000011 110001 10101011 10111 1000111 0 100001 100011000 110111 101011

Color Harmonies of #8331AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331AB

Black with #8331AB

Text Example


Text Example

White with #8331AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8331AB;
 }
 .AnyTagClassName
 {
   color: #8331AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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