Html Css Color HEX #831BCD Blue Violet

📋 copy color: '#831BCD'

red 131 ◦ green 27 ◦ blue 205

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

Shades of Blue Violet #831BCD

Tints of Blue Violet #831BCD

RGB

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

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

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

R = 36.09%
G = 7.44%
B = 56.47%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#831BCD (or 0x831BCD) is known color: Blue Violet. HEX triplet: 83, 1B and CD. RGB value is (131,27,205). Sum of RGB (Red+Green+Blue) = 131+27+205=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #831BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BCD is #7CE432. Grayscale: #4D4D4D. Windows color (decimal): -8184883 or 13441923. OLE color: 13441923.

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

Color convert

RGB 131 27 205 -
CMYK 0.36 0.87 0 0.20
HSL 275.06º 0.77% 0.45% -
HSV(B) 275.06º 0.87% 0.8% -
XYZ 20.77 10.02 58.6 -
YUV 78.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 131 27 205 0.36 0.87 0 0.20 275.06 0.77 0.45
Hex 83 1B CD 24 57 0 14 113 4D 2D
Octal 203 33 315 44 127 0 24 423 115 55
Binary 10000011 11011 11001101 100100 1010111 0 10100 100010011 1001101 101101

Color Harmonies of #831BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BCD

Black with #831BCD

Text Example


Text Example

White with #831BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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