Html Css Color HEX #832FDF Blue Violet

📋 copy color: '#832FDF'

red 131 ◦ green 47 ◦ blue 223

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

Shades of Blue Violet #832FDF

Tints of Blue Violet #832FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 32.67%
G = 11.72%
B = 55.61%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#832FDF (or 0x832FDF) is known color: Blue Violet. HEX triplet: 83, 2F and DF. RGB value is (131,47,223). Sum of RGB (Red+Green+Blue) = 131+47+223=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #832FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FDF is #7CD020. Grayscale: #5B5B5B. Windows color (decimal): -8179745 or 14626691. OLE color: 14626691.

HSL color Cylindrical-coordinate representation of color #832FDF: hue angle of 268.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832FDF is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 47 223 -
CMYK 0.41 0.79 0 0.13
HSL 268.64º 0.73% 0.53% -
HSV(B) 268.64º 0.79% 0.87% -
XYZ 23.7 12.19 70.92 -
YUV 92.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 131 47 223 0.41 0.79 0 0.13 268.64 0.73 0.53
Hex 83 2F DF 29 4F 0 D 10D 49 35
Octal 203 57 337 51 117 0 15 415 111 65
Binary 10000011 101111 11011111 101001 1001111 0 1101 100001101 1001001 110101

Color Harmonies of #832FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FDF

Black with #832FDF

Text Example


Text Example

White with #832FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,223); }

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

background-color css

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

 a { background-color: rgb(131,47,223); }

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

border-color css

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

 span { border-color: rgb(131,47,223); }

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