Html Css Color HEX #831DCD Blue Violet

📋 copy color: '#831DCD'

red 131 ◦ green 29 ◦ blue 205

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

Shades of Blue Violet #831DCD

Tints of Blue Violet #831DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 35.89%
G = 7.95%
B = 56.16%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#831DCD (or 0x831DCD) is known color: Blue Violet. HEX triplet: 83, 1D and CD. RGB value is (131,29,205). Sum of RGB (Red+Green+Blue) = 131+29+205=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #831DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DCD is #7CE232. Grayscale: #4E4E4E. Windows color (decimal): -8184371 or 13442435. OLE color: 13442435.

HSL color Cylindrical-coordinate representation of color #831DCD: hue angle of 274.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831DCD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 29 205 -
CMYK 0.36 0.86 0 0.20
HSL 274.77º 0.75% 0.46% -
HSV(B) 274.77º 0.86% 0.8% -
XYZ 20.82 10.11 58.61 -
YUV 79.56 198.79 164.69 -
System Red Green Blue C M Y K H S L
Decimal 131 29 205 0.36 0.86 0 0.20 274.77 0.75 0.46
Hex 83 1D CD 24 56 0 14 113 4B 2E
Octal 203 35 315 44 126 0 24 423 113 56
Binary 10000011 11101 11001101 100100 1010110 0 10100 100010011 1001011 101110

Color Harmonies of #831DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DCD

Black with #831DCD

Text Example


Text Example

White with #831DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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