Html Css Color HEX #832CDD Blue Violet

📋 copy color: '#832CDD'

red 131 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #832CDD

Tints of Blue Violet #832CDD

RGB

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

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

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

R = 33.08%
G = 11.11%
B = 55.81%

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

#832CDD (or 0x832CDD) is known color: Blue Violet. HEX triplet: 83, 2C and DD. RGB value is (131,44,221). Sum of RGB (Red+Green+Blue) = 131+44+221=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #832CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CDD is #7CD322. Grayscale: #595959. Windows color (decimal): -8180515 or 14494851. OLE color: 14494851.

HSL color Cylindrical-coordinate representation of color #832CDD: hue angle of 269.49º 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 #832CDD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 44 221 -
CMYK 0.41 0.80 0 0.13
HSL 269.49º 0.72% 0.52% -
HSV(B) 269.49º 0.8% 0.87% -
XYZ 23.31 11.85 69.46 -
YUV 90.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 131 44 221 0.41 0.80 0 0.13 269.49 0.72 0.52
Hex 83 2C DD 29 50 0 D 10D 48 34
Octal 203 54 335 51 120 0 15 415 110 64
Binary 10000011 101100 11011101 101001 1010000 0 1101 100001101 1001000 110100

Color Harmonies of #832CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832CDD

Black with #832CDD

Text Example


Text Example

White with #832CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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