Html Css Color HEX #83208D Vivid Violet

📋 copy color: '#83208D'

red 131 ◦ green 32 ◦ blue 141

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

Shades of Vivid Violet #83208D

Tints of Vivid Violet #83208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 43.09%
G = 10.53%
B = 46.38%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83208D (or 0x83208D) is known color: Vivid Violet. HEX triplet: 83, 20 and 8D. RGB value is (131,32,141). Sum of RGB (Red+Green+Blue) = 131+32+141=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #83208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83208D is #7CDF72. Grayscale: #494949. Windows color (decimal): -8183667 or 9248899. OLE color: 9248899.

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

Color convert

RGB 131 32 141 -
CMYK 0.07 0.77 0 0.45
HSL 294.5º 0.63% 0.34% -
HSV(B) 294.5º 0.77% 0.55% -
XYZ 14.68 7.78 25.93 -
YUV 74.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 131 32 141 0.07 0.77 0 0.45 294.5 0.63 0.34
Hex 83 20 8D 7 4D 0 2D 126 3F 22
Octal 203 40 215 7 115 0 55 446 77 42
Binary 10000011 100000 10001101 111 1001101 0 101101 100100110 111111 100010

Color Harmonies of #83208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83208D

Black with #83208D

Text Example


Text Example

White with #83208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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