Html Css Color HEX #831CEC Blue Violet

📋 copy color: '#831CEC'

red 131 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #831CEC

Tints of Blue Violet #831CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 33.16%
G = 7.09%
B = 59.75%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#831CEC (or 0x831CEC) is known color: Blue Violet. HEX triplet: 83, 1C and EC. RGB value is (131,28,236). Sum of RGB (Red+Green+Blue) = 131+28+236=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #831CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CEC is #7CE313. Grayscale: #515151. Windows color (decimal): -8184596 or 15473795. OLE color: 15473795.

HSL color Cylindrical-coordinate representation of color #831CEC: hue angle of 269.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831CEC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 28 236 -
CMYK 0.44 0.88 0 0.07
HSL 269.71º 0.85% 0.52% -
HSV(B) 269.71º 0.88% 0.93% -
XYZ 24.92 11.71 80.3 -
YUV 82.51 214.62 162.59 -
System Red Green Blue C M Y K H S L
Decimal 131 28 236 0.44 0.88 0 0.07 269.71 0.85 0.52
Hex 83 1C EC 2C 58 0 7 10E 55 34
Octal 203 34 354 54 130 0 7 416 125 64
Binary 10000011 11100 11101100 101100 1011000 0 111 100001110 1010101 110100

Color Harmonies of #831CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CEC

Black with #831CEC

Text Example


Text Example

White with #831CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,28,236); }

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

background-color css

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

 a { background-color: rgb(131,28,236); }

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

border-color css

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

 span { border-color: rgb(131,28,236); }

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