Html Css Color HEX #832FEB Blue Violet

📋 copy color: '#832FEB'

red 131 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #832FEB

Tints of Blue Violet #832FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 31.72%
G = 11.38%
B = 56.9%

CMYK

 C value IS 0.44

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#832FEB (or 0x832FEB) is known color: Blue Violet. HEX triplet: 83, 2F and EB. RGB value is (131,47,235). Sum of RGB (Red+Green+Blue) = 131+47+235=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #832FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832FEB is #7CD014. Grayscale: #5C5C5C. Windows color (decimal): -8179733 or 15413123. OLE color: 15413123.

HSL color Cylindrical-coordinate representation of color #832FEB: hue angle of 266.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832FEB is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 47 235 -
CMYK 0.44 0.8 0 0.08
HSL 266.81º 0.82% 0.55% -
HSV(B) 266.81º 0.8% 0.92% -
XYZ 25.37 12.86 79.74 -
YUV 93.55 207.83 154.71 -
System Red Green Blue C M Y K H S L
Decimal 131 47 235 0.44 0.8 0 0.08 266.81 0.82 0.55
Hex 83 2F EB 2C 50 0 8 10B 52 37
Octal 203 57 353 54 120 0 10 413 122 67
Binary 10000011 101111 11101011 101100 1010000 0 1000 100001011 1010010 110111

Color Harmonies of #832FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FEB

Black with #832FEB

Text Example


Text Example

White with #832FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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