Html Css Color HEX #832DDA Blue Violet

📋 copy color: '#832DDA'

red 131 ◦ green 45 ◦ blue 218

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

Shades of Blue Violet #832DDA

Tints of Blue Violet #832DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 33.25%
G = 11.42%
B = 55.33%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#832DDA (or 0x832DDA) is known color: Blue Violet. HEX triplet: 83, 2D and DA. RGB value is (131,45,218). Sum of RGB (Red+Green+Blue) = 131+45+218=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #832DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DDA is #7CD225. Grayscale: #595959. Windows color (decimal): -8180262 or 14298499. OLE color: 14298499.

HSL color Cylindrical-coordinate representation of color #832DDA: hue angle of 269.83º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832DDA is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 45 218 -
CMYK 0.40 0.79 0 0.15
HSL 269.83º 0.7% 0.52% -
HSV(B) 269.83º 0.79% 0.85% -
XYZ 22.95 11.76 67.39 -
YUV 90.44 199.99 156.93 -
System Red Green Blue C M Y K H S L
Decimal 131 45 218 0.40 0.79 0 0.15 269.83 0.7 0.52
Hex 83 2D DA 28 4F 0 F 10E 46 34
Octal 203 55 332 50 117 0 17 416 106 64
Binary 10000011 101101 11011010 101000 1001111 0 1111 100001110 1000110 110100

Color Harmonies of #832DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DDA

Black with #832DDA

Text Example


Text Example

White with #832DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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