Html Css Color HEX #832AFB Blue Violet

📋 copy color: '#832AFB'

red 131 ◦ green 42 ◦ blue 251

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

Shades of Blue Violet #832AFB

Tints of Blue Violet #832AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 30.9%
G = 9.91%
B = 59.2%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#832AFB (or 0x832AFB) is known color: Blue Violet. HEX triplet: 83, 2A and FB. RGB value is (131,42,251). Sum of RGB (Red+Green+Blue) = 131+42+251=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #832AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832AFB is #7CD504. Grayscale: #5B5B5B. Windows color (decimal): -8180997 or 16460419. OLE color: 16460419.

HSL color Cylindrical-coordinate representation of color #832AFB: hue angle of 265.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #832AFB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 42 251 -
CMYK 0.48 0.83 0 0.02
HSL 265.55º 0.96% 0.57% -
HSV(B) 265.55º 0.83% 0.98% -
XYZ 27.6 13.45 92.41 -
YUV 92.44 217.49 155.51 -
System Red Green Blue C M Y K H S L
Decimal 131 42 251 0.48 0.83 0 0.02 265.55 0.96 0.57
Hex 83 2A FB 30 53 0 2 10A 60 39
Octal 203 52 373 60 123 0 2 412 140 71
Binary 10000011 101010 11111011 110000 1010011 0 10 100001010 1100000 111001

Color Harmonies of #832AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832AFB

Black with #832AFB

Text Example


Text Example

White with #832AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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