Html Css Color HEX #831CED Blue Violet

📋 copy color: '#831CED'

red 131 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #831CED

Tints of Blue Violet #831CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 33.08%
G = 7.07%
B = 59.85%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#831CED (or 0x831CED) is known color: Blue Violet. HEX triplet: 83, 1C and ED. RGB value is (131,28,237). Sum of RGB (Red+Green+Blue) = 131+28+237=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #831CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CED is #7CE312. Grayscale: #515151. Windows color (decimal): -8184595 or 15539331. OLE color: 15539331.

HSL color Cylindrical-coordinate representation of color #831CED: hue angle of 269.57º 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 #831CED is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 28 237 -
CMYK 0.45 0.88 0 0.07
HSL 269.57º 0.85% 0.52% -
HSV(B) 269.57º 0.88% 0.93% -
XYZ 25.06 11.77 81.07 -
YUV 82.62 215.12 162.51 -
System Red Green Blue C M Y K H S L
Decimal 131 28 237 0.45 0.88 0 0.07 269.57 0.85 0.52
Hex 83 1C ED 2D 58 0 7 10E 55 34
Octal 203 34 355 55 130 0 7 416 125 64
Binary 10000011 11100 11101101 101101 1011000 0 111 100001110 1010101 110100

Color Harmonies of #831CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CED

Black with #831CED

Text Example


Text Example

White with #831CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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