Html Css Color HEX #832FDD Blue Violet

📋 copy color: '#832FDD'

red 131 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #832FDD

Tints of Blue Violet #832FDD

RGB

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

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

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

R = 32.83%
G = 11.78%
B = 55.39%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#832FDD (or 0x832FDD) is known color: Blue Violet. HEX triplet: 83, 2F and DD. RGB value is (131,47,221). Sum of RGB (Red+Green+Blue) = 131+47+221=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #832FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FDD is #7CD022. Grayscale: #5B5B5B. Windows color (decimal): -8179747 or 14495619. OLE color: 14495619.

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

Color convert

RGB 131 47 221 -
CMYK 0.41 0.79 0 0.13
HSL 268.97º 0.72% 0.53% -
HSV(B) 268.97º 0.79% 0.87% -
XYZ 23.43 12.08 69.5 -
YUV 91.95 200.83 155.85 -
System Red Green Blue C M Y K H S L
Decimal 131 47 221 0.41 0.79 0 0.13 268.97 0.72 0.53
Hex 83 2F DD 29 4F 0 D 10D 48 35
Octal 203 57 335 51 117 0 15 415 110 65
Binary 10000011 101111 11011101 101001 1001111 0 1101 100001101 1001000 110101

Color Harmonies of #832FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FDD

Black with #832FDD

Text Example


Text Example

White with #832FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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