Html Css Color HEX #831ADC Blue Violet

📋 copy color: '#831ADC'

red 131 ◦ green 26 ◦ blue 220

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

Shades of Blue Violet #831ADC

Tints of Blue Violet #831ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

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

R = 34.75%
G = 6.9%
B = 58.36%

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

#831ADC (or 0x831ADC) is known color: Blue Violet. HEX triplet: 83, 1A and DC. RGB value is (131,26,220). Sum of RGB (Red+Green+Blue) = 131+26+220=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #831ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ADC is #7CE523. Grayscale: #4E4E4E. Windows color (decimal): -8185124 or 14424707. OLE color: 14424707.

HSL color Cylindrical-coordinate representation of color #831ADC: hue angle of 272.47º degrees, saturation: 0.79, 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 #831ADC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 26 220 -
CMYK 0.40 0.88 0 0.14
HSL 272.47º 0.79% 0.48% -
HSV(B) 272.47º 0.88% 0.86% -
XYZ 22.65 10.73 68.59 -
YUV 79.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 131 26 220 0.40 0.88 0 0.14 272.47 0.79 0.48
Hex 83 1A DC 28 58 0 E 110 4F 30
Octal 203 32 334 50 130 0 16 420 117 60
Binary 10000011 11010 11011100 101000 1011000 0 1110 100010000 1001111 110000

Color Harmonies of #831ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ADC

Black with #831ADC

Text Example


Text Example

White with #831ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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