Html Css Color HEX #831BDC Blue Violet

📋 copy color: '#831BDC'

red 131 ◦ green 27 ◦ blue 220

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

Shades of Blue Violet #831BDC

Tints of Blue Violet #831BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 34.66%
G = 7.14%
B = 58.2%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#831BDC (or 0x831BDC) is known color: Blue Violet. HEX triplet: 83, 1B and DC. RGB value is (131,27,220). Sum of RGB (Red+Green+Blue) = 131+27+220=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #831BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BDC is #7CE423. Grayscale: #4F4F4F. Windows color (decimal): -8184868 or 14424963. OLE color: 14424963.

HSL color Cylindrical-coordinate representation of color #831BDC: hue angle of 272.33º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831BDC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 27 220 -
CMYK 0.40 0.88 0 0.14
HSL 272.33º 0.78% 0.48% -
HSV(B) 272.33º 0.88% 0.86% -
XYZ 22.67 10.78 68.6 -
YUV 80.1 206.96 164.31 -
System Red Green Blue C M Y K H S L
Decimal 131 27 220 0.40 0.88 0 0.14 272.33 0.78 0.48
Hex 83 1B DC 28 58 0 E 110 4E 30
Octal 203 33 334 50 130 0 16 420 116 60
Binary 10000011 11011 11011100 101000 1011000 0 1110 100010000 1001110 110000

Color Harmonies of #831BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BDC

Black with #831BDC

Text Example


Text Example

White with #831BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,27,220); }

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

background-color css

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

 a { background-color: rgb(131,27,220); }

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

border-color css

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

 span { border-color: rgb(131,27,220); }

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