Html Css Color HEX #832AFE Blue Violet

📋 copy color: '#832AFE'

red 131 ◦ green 42 ◦ blue 254

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

Shades of Blue Violet #832AFE

Tints of Blue Violet #832AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.84%

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 30.68%
G = 9.84%
B = 59.48%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#832AFE (or 0x832AFE) is known color: Blue Violet. HEX triplet: 83, 2A and FE. RGB value is (131,42,254). Sum of RGB (Red+Green+Blue) = 131+42+254=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #832AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832AFE is #7CD501. Grayscale: #5C5C5C. Windows color (decimal): -8180994 or 16657027. OLE color: 16657027.

HSL color Cylindrical-coordinate representation of color #832AFE: hue angle of 265.19º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #832AFE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 42 254 -
CMYK 0.48 0.83 0 0.00
HSL 265.19º 0.99% 0.58% -
HSV(B) 265.19º 0.83% 1% -
XYZ 28.08 13.64 94.92 -
YUV 92.78 218.99 155.26 -
System Red Green Blue C M Y K H S L
Decimal 131 42 254 0.48 0.83 0 0.00 265.19 0.99 0.58
Hex 83 2A FE 30 53 0 0 109 63 3A
Octal 203 52 376 60 123 0 0 411 143 72
Binary 10000011 101010 11111110 110000 1010011 0 0 100001001 1100011 111010

Color Harmonies of #832AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832AFE

Black with #832AFE

Text Example


Text Example

White with #832AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832AFE; }

 p { color: rgb(131,42,254); }

 H1.HeaderClassName
 {
   color: #832AFE;
 }
 .AnyTagClassName
 {
   color: #832AFE;
 }
</style>

background-color css

<style>
 a { background-color: #832AFE; }

 a { background-color: rgb(131,42,254); }

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

border-color css

<style>
 span { border-color: #832AFE; }

 span { border-color: rgb(131,42,254); }

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