Html Css Color HEX #83298D Vivid Violet

📋 copy color: '#83298D'

red 131 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #83298D

Tints of Vivid Violet #83298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 41.85%
G = 13.1%
B = 45.05%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83298D (or 0x83298D) is known color: Vivid Violet. HEX triplet: 83, 29 and 8D. RGB value is (131,41,141). Sum of RGB (Red+Green+Blue) = 131+41+141=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #83298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83298D is #7CD672. Grayscale: #4F4F4F. Windows color (decimal): -8181363 or 9251203. OLE color: 9251203.

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

Color convert

RGB 131 41 141 -
CMYK 0.07 0.71 0 0.45
HSL 294º 0.55% 0.36% -
HSV(B) 294º 0.71% 0.55% -
XYZ 14.96 8.33 26.02 -
YUV 79.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 131 41 141 0.07 0.71 0 0.45 294 0.55 0.36
Hex 83 29 8D 7 47 0 2D 126 37 24
Octal 203 51 215 7 107 0 55 446 67 44
Binary 10000011 101001 10001101 111 1000111 0 101101 100100110 110111 100100

Color Harmonies of #83298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83298D

Black with #83298D

Text Example


Text Example

White with #83298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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