Html Css Color HEX #831DAF Vivid Violet

📋 copy color: '#831DAF'

red 131 ◦ green 29 ◦ blue 175

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

Shades of Vivid Violet #831DAF

Tints of Vivid Violet #831DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 39.1%
G = 8.66%
B = 52.24%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#831DAF (or 0x831DAF) is known color: Vivid Violet. HEX triplet: 83, 1D and AF. RGB value is (131,29,175). Sum of RGB (Red+Green+Blue) = 131+29+175=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #831DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831DAF is #7CE250. Grayscale: #4B4B4B. Windows color (decimal): -8184401 or 11476355. OLE color: 11476355.

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

Color convert

RGB 131 29 175 -
CMYK 0.25 0.83 0 0.31
HSL 281.92º 0.72% 0.4% -
HSV(B) 281.92º 0.83% 0.69% -
XYZ 17.54 8.8 41.33 -
YUV 76.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 131 29 175 0.25 0.83 0 0.31 281.92 0.72 0.4
Hex 83 1D AF 19 53 0 1F 11A 48 28
Octal 203 35 257 31 123 0 37 432 110 50
Binary 10000011 11101 10101111 11001 1010011 0 11111 100011010 1001000 101000

Color Harmonies of #831DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DAF

Black with #831DAF

Text Example


Text Example

White with #831DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,29,175); }

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

background-color css

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

 a { background-color: rgb(131,29,175); }

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

border-color css

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

 span { border-color: rgb(131,29,175); }

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