Html Css Color HEX #831CFD Blue Violet

📋 copy color: '#831CFD'

red 131 ◦ green 28 ◦ blue 253

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

Shades of Blue Violet #831CFD

Tints of Blue Violet #831CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.41%

R = 31.8%
G = 6.8%
B = 61.41%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#831CFD (or 0x831CFD) is known color: Blue Violet. HEX triplet: 83, 1C and FD. RGB value is (131,28,253). Sum of RGB (Red+Green+Blue) = 131+28+253=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #831CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CFD is #7CE302. Grayscale: #535353. Windows color (decimal): -8184579 or 16587907. OLE color: 16587907.

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

Color convert

RGB 131 28 253 -
CMYK 0.48 0.89 0 0.01
HSL 267.47º 0.98% 0.55% -
HSV(B) 267.47º 0.89% 0.99% -
XYZ 27.5 12.75 93.94 -
YUV 84.45 223.12 161.2 -
System Red Green Blue C M Y K H S L
Decimal 131 28 253 0.48 0.89 0 0.01 267.47 0.98 0.55
Hex 83 1C FD 30 59 0 1 10B 62 37
Octal 203 34 375 60 131 0 1 413 142 67
Binary 10000011 11100 11111101 110000 1011001 0 1 100001011 1100010 110111

Color Harmonies of #831CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CFD

Black with #831CFD

Text Example


Text Example

White with #831CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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