Html Css Color HEX #832DAF Vivid Violet

📋 copy color: '#832DAF'

red 131 ◦ green 45 ◦ blue 175

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

Shades of Vivid Violet #832DAF

Tints of Vivid Violet #832DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 37.32%
G = 12.82%
B = 49.86%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#832DAF (or 0x832DAF) is known color: Vivid Violet. HEX triplet: 83, 2D and AF. RGB value is (131,45,175). Sum of RGB (Red+Green+Blue) = 131+45+175=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #832DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832DAF is #7CD250. Grayscale: #555555. Windows color (decimal): -8180305 or 11480451. OLE color: 11480451.

HSL color Cylindrical-coordinate representation of color #832DAF: hue angle of 279.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832DAF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 45 175 -
CMYK 0.25 0.74 0 0.31
HSL 279.69º 0.59% 0.43% -
HSV(B) 279.69º 0.74% 0.69% -
XYZ 18.04 9.8 41.5 -
YUV 85.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 131 45 175 0.25 0.74 0 0.31 279.69 0.59 0.43
Hex 83 2D AF 19 4A 0 1F 118 3B 2B
Octal 203 55 257 31 112 0 37 430 73 53
Binary 10000011 101101 10101111 11001 1001010 0 11111 100011000 111011 101011

Color Harmonies of #832DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DAF

Black with #832DAF

Text Example


Text Example

White with #832DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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