Html Css Color HEX #8731AD Vivid Violet

📋 copy color: '#8731AD'

red 135 ◦ green 49 ◦ blue 173

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

Shades of Vivid Violet #8731AD

Tints of Vivid Violet #8731AD

RGB

 RED value IS 135 (53.13% from 255) = 37.82%

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

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

R = 37.82%
G = 13.73%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8731AD (or 0x8731AD) is known color: Vivid Violet. HEX triplet: 87, 31 and AD. RGB value is (135,49,173). Sum of RGB (Red+Green+Blue) = 135+49+173=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8731AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8731AD is #78CE52. Grayscale: #585858. Windows color (decimal): -7917139 or 11350407. OLE color: 11350407.

HSL color Cylindrical-coordinate representation of color #8731AD: hue angle of 281.61º 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 #8731AD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 49 173 -
CMYK 0.22 0.72 0 0.32
HSL 281.61º 0.56% 0.44% -
HSV(B) 281.61º 0.72% 0.68% -
XYZ 18.63 10.36 40.55 -
YUV 88.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 135 49 173 0.22 0.72 0 0.32 281.61 0.56 0.44
Hex 87 31 AD 16 48 0 20 11A 38 2C
Octal 207 61 255 26 110 0 40 432 70 54
Binary 10000111 110001 10101101 10110 1001000 0 100000 100011010 111000 101100

Color Harmonies of #8731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8731AD

Black with #8731AD

Text Example


Text Example

White with #8731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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