Html Css Color HEX #832DDC Blue Violet

📋 copy color: '#832DDC'

red 131 ◦ green 45 ◦ blue 220

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

Shades of Blue Violet #832DDC

Tints of Blue Violet #832DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 33.08%
G = 11.36%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#832DDC (or 0x832DDC) is known color: Blue Violet. HEX triplet: 83, 2D and DC. RGB value is (131,45,220). Sum of RGB (Red+Green+Blue) = 131+45+220=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #832DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DDC is #7CD223. Grayscale: #5A5A5A. Windows color (decimal): -8180260 or 14429571. OLE color: 14429571.

HSL color Cylindrical-coordinate representation of color #832DDC: hue angle of 269.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832DDC is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 45 220 -
CMYK 0.40 0.80 0 0.14
HSL 269.49º 0.71% 0.52% -
HSV(B) 269.49º 0.8% 0.86% -
XYZ 23.22 11.87 68.78 -
YUV 90.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 131 45 220 0.40 0.80 0 0.14 269.49 0.71 0.52
Hex 83 2D DC 28 50 0 E 10D 47 34
Octal 203 55 334 50 120 0 16 415 107 64
Binary 10000011 101101 11011100 101000 1010000 0 1110 100001101 1000111 110100

Color Harmonies of #832DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DDC

Black with #832DDC

Text Example


Text Example

White with #832DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,220); }

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

background-color css

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

 a { background-color: rgb(131,45,220); }

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

border-color css

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

 span { border-color: rgb(131,45,220); }

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