Html Css Color HEX #831FCE Blue Violet

📋 copy color: '#831FCE'

red 131 ◦ green 31 ◦ blue 206

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

Shades of Blue Violet #831FCE

Tints of Blue Violet #831FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 35.6%
G = 8.42%
B = 55.98%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#831FCE (or 0x831FCE) is known color: Blue Violet. HEX triplet: 83, 1F and CE. RGB value is (131,31,206). Sum of RGB (Red+Green+Blue) = 131+31+206=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #831FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FCE is #7CE031. Grayscale: #505050. Windows color (decimal): -8183858 or 13508483. OLE color: 13508483.

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

Color convert

RGB 131 31 206 -
CMYK 0.36 0.85 0 0.19
HSL 274.29º 0.74% 0.46% -
HSV(B) 274.29º 0.85% 0.81% -
XYZ 20.99 10.26 59.27 -
YUV 80.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 131 31 206 0.36 0.85 0 0.19 274.29 0.74 0.46
Hex 83 1F CE 24 55 0 13 112 4A 2E
Octal 203 37 316 44 125 0 23 422 112 56
Binary 10000011 11111 11001110 100100 1010101 0 10011 100010010 1001010 101110

Color Harmonies of #831FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FCE

Black with #831FCE

Text Example


Text Example

White with #831FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,206); }

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

background-color css

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

 a { background-color: rgb(131,31,206); }

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

border-color css

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

 span { border-color: rgb(131,31,206); }

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