Html Css Color HEX #831D8D Vivid Violet

📋 copy color: '#831D8D'

red 131 ◦ green 29 ◦ blue 141

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

Shades of Vivid Violet #831D8D

Tints of Vivid Violet #831D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 43.52%
G = 9.63%
B = 46.84%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#831D8D (or 0x831D8D) is known color: Vivid Violet. HEX triplet: 83, 1D and 8D. RGB value is (131,29,141). Sum of RGB (Red+Green+Blue) = 131+29+141=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #831D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D8D is #7CE272. Grayscale: #474747. Windows color (decimal): -8184435 or 9248131. OLE color: 9248131.

HSL color Cylindrical-coordinate representation of color #831D8D: hue angle of 294.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831D8D is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 29 141 -
CMYK 0.07 0.79 0 0.45
HSL 294.64º 0.66% 0.33% -
HSV(B) 294.64º 0.79% 0.55% -
XYZ 14.61 7.63 25.9 -
YUV 72.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 131 29 141 0.07 0.79 0 0.45 294.64 0.66 0.33
Hex 83 1D 8D 7 4F 0 2D 127 42 21
Octal 203 35 215 7 117 0 55 447 102 41
Binary 10000011 11101 10001101 111 1001111 0 101101 100100111 1000010 100001

Color Harmonies of #831D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D8D

Black with #831D8D

Text Example


Text Example

White with #831D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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