Html Css Color HEX #831CFF Blue Violet

📋 copy color: '#831CFF'

red 131 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #831CFF

Tints of Blue Violet #831CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 31.64%
G = 6.76%
B = 61.59%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#831CFF (or 0x831CFF) is known color: Blue Violet. HEX triplet: 83, 1C and FF. RGB value is (131,28,255). Sum of RGB (Red+Green+Blue) = 131+28+255=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #831CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CFF is #7CE300. Grayscale: #535353. Windows color (decimal): -8184577 or 16718979. OLE color: 16718979.

HSL color Cylindrical-coordinate representation of color #831CFF: hue angle of 267.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831CFF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 28 255 -
CMYK 0.49 0.89 0 0
HSL 267.22º 1% 0.55% -
HSV(B) 267.22º 0.89% 1% -
XYZ 27.83 12.88 95.63 -
YUV 84.68 224.12 161.04 -
System Red Green Blue C M Y K H S L
Decimal 131 28 255 0.49 0.89 0 0 267.22 1 0.55
Hex 83 1C FF 31 59 0 0 10B 64 37
Octal 203 34 377 61 131 0 0 413 144 67
Binary 10000011 11100 11111111 110001 1011001 0 0 100001011 1100100 110111

Color Harmonies of #831CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CFF

Black with #831CFF

Text Example


Text Example

White with #831CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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