Html Css Color HEX #831CAE Vivid Violet

📋 copy color: '#831CAE'

red 131 ◦ green 28 ◦ blue 174

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

Shades of Vivid Violet #831CAE

Tints of Vivid Violet #831CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 39.34%
G = 8.41%
B = 52.25%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#831CAE (or 0x831CAE) is known color: Vivid Violet. HEX triplet: 83, 1C and AE. RGB value is (131,28,174). Sum of RGB (Red+Green+Blue) = 131+28+174=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #831CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831CAE is #7CE351. Grayscale: #4A4A4A. Windows color (decimal): -8184658 or 11410563. OLE color: 11410563.

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

Color convert

RGB 131 28 174 -
CMYK 0.25 0.84 0 0.32
HSL 282.33º 0.72% 0.4% -
HSV(B) 282.33º 0.84% 0.68% -
XYZ 17.42 8.71 40.81 -
YUV 75.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 131 28 174 0.25 0.84 0 0.32 282.33 0.72 0.4
Hex 83 1C AE 19 54 0 20 11A 48 28
Octal 203 34 256 31 124 0 40 432 110 50
Binary 10000011 11100 10101110 11001 1010100 0 100000 100011010 1001000 101000

Color Harmonies of #831CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CAE

Black with #831CAE

Text Example


Text Example

White with #831CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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