Html Css Color HEX #831CAD Vivid Violet

📋 copy color: '#831CAD'

red 131 ◦ green 28 ◦ blue 173

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

Shades of Vivid Violet #831CAD

Tints of Vivid Violet #831CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 39.46%
G = 8.43%
B = 52.11%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#831CAD (or 0x831CAD) is known color: Vivid Violet. HEX triplet: 83, 1C and AD. RGB value is (131,28,173). Sum of RGB (Red+Green+Blue) = 131+28+173=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #831CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831CAD is #7CE352. Grayscale: #4A4A4A. Windows color (decimal): -8184659 or 11345027. OLE color: 11345027.

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

Color convert

RGB 131 28 173 -
CMYK 0.24 0.84 0 0.32
HSL 282.62º 0.72% 0.39% -
HSV(B) 282.62º 0.84% 0.68% -
XYZ 17.32 8.67 40.3 -
YUV 75.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 131 28 173 0.24 0.84 0 0.32 282.62 0.72 0.39
Hex 83 1C AD 18 54 0 20 11B 48 27
Octal 203 34 255 30 124 0 40 433 110 47
Binary 10000011 11100 10101101 11000 1010100 0 100000 100011011 1001000 100111

Color Harmonies of #831CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CAD

Black with #831CAD

Text Example


Text Example

White with #831CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831CAD; }

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

 H1.HeaderClassName
 {
   color: #831CAD;
 }
 .AnyTagClassName
 {
   color: #831CAD;
 }
</style>

background-color css

<style>
 a { background-color: #831CAD; }

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

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

border-color css

<style>
 span { border-color: #831CAD; }

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

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