Html Css Color HEX #8331AD Vivid Violet

📋 copy color: '#8331AD'

red 131 ◦ green 49 ◦ blue 173

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

Shades of Vivid Violet #8331AD

Tints of Vivid Violet #8331AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 37.11%
G = 13.88%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8331AD (or 0x8331AD) is known color: Vivid Violet. HEX triplet: 83, 31 and AD. RGB value is (131,49,173). Sum of RGB (Red+Green+Blue) = 131+49+173=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8331AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8331AD is #7CCE52. Grayscale: #575757. Windows color (decimal): -8179283 or 11350403. OLE color: 11350403.

HSL color Cylindrical-coordinate representation of color #8331AD: hue angle of 279.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8331AD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 49 173 -
CMYK 0.24 0.72 0 0.32
HSL 279.68º 0.56% 0.44% -
HSV(B) 279.68º 0.72% 0.68% -
XYZ 18 10.04 40.52 -
YUV 87.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 131 49 173 0.24 0.72 0 0.32 279.68 0.56 0.44
Hex 83 31 AD 18 48 0 20 118 38 2C
Octal 203 61 255 30 110 0 40 430 70 54
Binary 10000011 110001 10101101 11000 1001000 0 100000 100011000 111000 101100

Color Harmonies of #8331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331AD

Black with #8331AD

Text Example


Text Example

White with #8331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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