Html Css Color HEX #83288D Vivid Violet

📋 copy color: '#83288D'

red 131 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #83288D

Tints of Vivid Violet #83288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 41.99%
G = 12.82%
B = 45.19%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83288D (or 0x83288D) is known color: Vivid Violet. HEX triplet: 83, 28 and 8D. RGB value is (131,40,141). Sum of RGB (Red+Green+Blue) = 131+40+141=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #83288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83288D is #7CD772. Grayscale: #4E4E4E. Windows color (decimal): -8181619 or 9250947. OLE color: 9250947.

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

Color convert

RGB 131 40 141 -
CMYK 0.07 0.72 0 0.45
HSL 294.06º 0.56% 0.35% -
HSV(B) 294.06º 0.72% 0.55% -
XYZ 14.93 8.27 26.01 -
YUV 78.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 131 40 141 0.07 0.72 0 0.45 294.06 0.56 0.35
Hex 83 28 8D 7 48 0 2D 126 38 23
Octal 203 50 215 7 110 0 55 446 70 43
Binary 10000011 101000 10001101 111 1001000 0 101101 100100110 111000 100011

Color Harmonies of #83288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83288D

Black with #83288D

Text Example


Text Example

White with #83288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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