Html Css Color HEX #831DCE Blue Violet

📋 copy color: '#831DCE'

red 131 ◦ green 29 ◦ blue 206

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

Shades of Blue Violet #831DCE

Tints of Blue Violet #831DCE

RGB

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

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

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

R = 35.79%
G = 7.92%
B = 56.28%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#831DCE (or 0x831DCE) is known color: Blue Violet. HEX triplet: 83, 1D and CE. RGB value is (131,29,206). Sum of RGB (Red+Green+Blue) = 131+29+206=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #831DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DCE is #7CE231. Grayscale: #4F4F4F. Windows color (decimal): -8184370 or 13507971. OLE color: 13507971.

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

Color convert

RGB 131 29 206 -
CMYK 0.36 0.86 0 0.19
HSL 274.58º 0.75% 0.46% -
HSV(B) 274.58º 0.86% 0.81% -
XYZ 20.94 10.16 59.25 -
YUV 79.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 131 29 206 0.36 0.86 0 0.19 274.58 0.75 0.46
Hex 83 1D CE 24 56 0 13 113 4B 2E
Octal 203 35 316 44 126 0 23 423 113 56
Binary 10000011 11101 11001110 100100 1010110 0 10011 100010011 1001011 101110

Color Harmonies of #831DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DCE

Black with #831DCE

Text Example


Text Example

White with #831DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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