Html Css Color HEX #831CEF Blue Violet

📋 copy color: '#831CEF'

red 131 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #831CEF

Tints of Blue Violet #831CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 32.91%
G = 7.04%
B = 60.05%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#831CEF (or 0x831CEF) is known color: Blue Violet. HEX triplet: 83, 1C and EF. RGB value is (131,28,239). Sum of RGB (Red+Green+Blue) = 131+28+239=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #831CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CEF is #7CE310. Grayscale: #525252. Windows color (decimal): -8184593 or 15670403. OLE color: 15670403.

HSL color Cylindrical-coordinate representation of color #831CEF: hue angle of 269.29º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831CEF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 28 239 -
CMYK 0.45 0.88 0 0.06
HSL 269.29º 0.87% 0.52% -
HSV(B) 269.29º 0.88% 0.94% -
XYZ 25.36 11.89 82.62 -
YUV 82.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 131 28 239 0.45 0.88 0 0.06 269.29 0.87 0.52
Hex 83 1C EF 2D 58 0 6 10D 57 34
Octal 203 34 357 55 130 0 6 415 127 64
Binary 10000011 11100 11101111 101101 1011000 0 110 100001101 1010111 110100

Color Harmonies of #831CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CEF

Black with #831CEF

Text Example


Text Example

White with #831CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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