Html Css Color HEX #832DDD Blue Violet

📋 copy color: '#832DDD'

red 131 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #832DDD

Tints of Blue Violet #832DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 33%
G = 11.34%
B = 55.67%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#832DDD (or 0x832DDD) is known color: Blue Violet. HEX triplet: 83, 2D and DD. RGB value is (131,45,221). Sum of RGB (Red+Green+Blue) = 131+45+221=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #832DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DDD is #7CD222. Grayscale: #5A5A5A. Windows color (decimal): -8180259 or 14495107. OLE color: 14495107.

HSL color Cylindrical-coordinate representation of color #832DDD: hue angle of 269.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832DDD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 45 221 -
CMYK 0.41 0.80 0 0.13
HSL 269.32º 0.72% 0.52% -
HSV(B) 269.32º 0.8% 0.87% -
XYZ 23.35 11.92 69.48 -
YUV 90.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 131 45 221 0.41 0.80 0 0.13 269.32 0.72 0.52
Hex 83 2D DD 29 50 0 D 10D 48 34
Octal 203 55 335 51 120 0 15 415 110 64
Binary 10000011 101101 11011101 101001 1010000 0 1101 100001101 1001000 110100

Color Harmonies of #832DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DDD

Black with #832DDD

Text Example


Text Example

White with #832DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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