Html Css Color HEX #83488D Vivid Violet

📋 copy color: '#83488D'

red 131 ◦ green 72 ◦ blue 141

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

Shades of Vivid Violet #83488D

Tints of Vivid Violet #83488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 38.08%
G = 20.93%
B = 40.99%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83488D (or 0x83488D) is known color: Vivid Violet. HEX triplet: 83, 48 and 8D. RGB value is (131,72,141). Sum of RGB (Red+Green+Blue) = 131+72+141=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #83488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83488D is #7CB772. Grayscale: #616161. Windows color (decimal): -8173427 or 9259139. OLE color: 9259139.

HSL color Cylindrical-coordinate representation of color #83488D: hue angle of 291.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83488D is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 72 141 -
CMYK 0.07 0.49 0 0.45
HSL 291.3º 0.32% 0.42% -
HSV(B) 291.3º 0.49% 0.55% -
XYZ 16.49 11.38 26.53 -
YUV 97.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 131 72 141 0.07 0.49 0 0.45 291.3 0.32 0.42
Hex 83 48 8D 7 31 0 2D 123 20 2A
Octal 203 110 215 7 61 0 55 443 40 52
Binary 10000011 1001000 10001101 111 110001 0 101101 100100011 100000 101010

Color Harmonies of #83488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83488D

Black with #83488D

Text Example


Text Example

White with #83488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83488D; }

 p { color: rgb(131,72,141); }

 H1.HeaderClassName
 {
   color: #83488D;
 }
 .AnyTagClassName
 {
   color: #83488D;
 }
</style>

background-color css

<style>
 a { background-color: #83488D; }

 a { background-color: rgb(131,72,141); }

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

border-color css

<style>
 span { border-color: #83488D; }

 span { border-color: rgb(131,72,141); }

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