Html Css Color HEX #832CEB Blue Violet

📋 copy color: '#832CEB'

red 131 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #832CEB

Tints of Blue Violet #832CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

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

R = 31.95%
G = 10.73%
B = 57.32%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#832CEB (or 0x832CEB) is known color: Blue Violet. HEX triplet: 83, 2C and EB. RGB value is (131,44,235). Sum of RGB (Red+Green+Blue) = 131+44+235=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #832CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832CEB is #7CD314. Grayscale: #5B5B5B. Windows color (decimal): -8180501 or 15412355. OLE color: 15412355.

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

Color convert

RGB 131 44 235 -
CMYK 0.44 0.81 0 0.08
HSL 267.33º 0.83% 0.55% -
HSV(B) 267.33º 0.81% 0.92% -
XYZ 25.26 12.62 79.7 -
YUV 91.79 208.82 155.97 -
System Red Green Blue C M Y K H S L
Decimal 131 44 235 0.44 0.81 0 0.08 267.33 0.83 0.55
Hex 83 2C EB 2C 51 0 8 10B 53 37
Octal 203 54 353 54 121 0 10 413 123 67
Binary 10000011 101100 11101011 101100 1010001 0 1000 100001011 1010011 110111

Color Harmonies of #832CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832CEB

Black with #832CEB

Text Example


Text Example

White with #832CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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