Html Css Color HEX #831ECD Blue Violet

📋 copy color: '#831ECD'

red 131 ◦ green 30 ◦ blue 205

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

Shades of Blue Violet #831ECD

Tints of Blue Violet #831ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.2%

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

R = 35.79%
G = 8.2%
B = 56.01%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#831ECD (or 0x831ECD) is known color: Blue Violet. HEX triplet: 83, 1E and CD. RGB value is (131,30,205). Sum of RGB (Red+Green+Blue) = 131+30+205=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #831ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ECD is #7CE132. Grayscale: #4F4F4F. Windows color (decimal): -8184115 or 13442691. OLE color: 13442691.

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

Color convert

RGB 131 30 205 -
CMYK 0.36 0.85 0 0.20
HSL 274.63º 0.74% 0.46% -
HSV(B) 274.63º 0.85% 0.8% -
XYZ 20.84 10.16 58.62 -
YUV 80.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 131 30 205 0.36 0.85 0 0.20 274.63 0.74 0.46
Hex 83 1E CD 24 55 0 14 113 4A 2E
Octal 203 36 315 44 125 0 24 423 112 56
Binary 10000011 11110 11001101 100100 1010101 0 10100 100010011 1001010 101110

Color Harmonies of #831ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ECD

Black with #831ECD

Text Example


Text Example

White with #831ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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