Html Css Color HEX #831DDA Blue Violet

📋 copy color: '#831DDA'

red 131 ◦ green 29 ◦ blue 218

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

Shades of Blue Violet #831DDA

Tints of Blue Violet #831DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 34.66%
G = 7.67%
B = 57.67%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#831DDA (or 0x831DDA) is known color: Blue Violet. HEX triplet: 83, 1D and DA. RGB value is (131,29,218). Sum of RGB (Red+Green+Blue) = 131+29+218=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #831DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DDA is #7CE225. Grayscale: #505050. Windows color (decimal): -8184358 or 14294403. OLE color: 14294403.

HSL color Cylindrical-coordinate representation of color #831DDA: hue angle of 272.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831DDA is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 29 218 -
CMYK 0.40 0.87 0 0.15
HSL 272.38º 0.77% 0.48% -
HSV(B) 272.38º 0.87% 0.85% -
XYZ 22.45 10.77 67.22 -
YUV 81.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 131 29 218 0.40 0.87 0 0.15 272.38 0.77 0.48
Hex 83 1D DA 28 57 0 F 110 4D 30
Octal 203 35 332 50 127 0 17 420 115 60
Binary 10000011 11101 11011010 101000 1010111 0 1111 100010000 1001101 110000

Color Harmonies of #831DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DDA

Black with #831DDA

Text Example


Text Example

White with #831DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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