#832AFD

Color #832AFD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #832AFD

Tints of Blue Violet #832AFD

Color information

#832AFD (or 0x832AFD) is unknown color: approx Blue Violet. HEX triplet: 83, 2A and FD. RGB value is (131,42,253). Sum of RGB (Red+Green+Blue) = 131+42+253=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #832AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832AFD is #7CD502. Grayscale: #5B5B5B. Windows color (decimal): -8180995 or 16591491. OLE color: 16591491.

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

Color convert

RGB13142253-
CMYK0.480.8300.01
HSL265.31º98.14%57.84%-
HSV(B)265.31º83.4%99.22%-
XYZ27.9213.5794.08-
YUV92.66218.49155.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 42 (16.80% from 255) = 9.86%
BLUE value IS 253 (99.22% from 255) = 59.39%
R=30.75%
G=9.86%
B=59.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131422530.480.8300.01265.3198.1457.84
Hex832AFD305301109623a
Octal20352375601230141114272
Binary10000011101010111111011100001010011011000010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #832AFD;
 }
 .AnyTagClassName
 {
   color: #832AFD;
 }
</style>
background-color css

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

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

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

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

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

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