Html Css Color HEX #83299A Vivid Violet

📋 copy color: '#83299A'

red 131 ◦ green 41 ◦ blue 154

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

Shades of Vivid Violet #83299A

Tints of Vivid Violet #83299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 40.18%
G = 12.58%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83299A (or 0x83299A) is known color: Vivid Violet. HEX triplet: 83, 29 and 9A. RGB value is (131,41,154). Sum of RGB (Red+Green+Blue) = 131+41+154=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #83299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83299A is #7CD665. Grayscale: #505050. Windows color (decimal): -8181350 or 10103171. OLE color: 10103171.

HSL color Cylindrical-coordinate representation of color #83299A: hue angle of 287.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83299A is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 41 154 -
CMYK 0.15 0.73 0 0.40
HSL 287.79º 0.58% 0.38% -
HSV(B) 287.79º 0.73% 0.6% -
XYZ 15.99 8.74 31.42 -
YUV 80.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 131 41 154 0.15 0.73 0 0.40 287.79 0.58 0.38
Hex 83 29 9A F 49 0 28 120 3A 26
Octal 203 51 232 17 111 0 50 440 72 46
Binary 10000011 101001 10011010 1111 1001001 0 101000 100100000 111010 100110

Color Harmonies of #83299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83299A

Black with #83299A

Text Example


Text Example

White with #83299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83299A; }

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

 H1.HeaderClassName
 {
   color: #83299A;
 }
 .AnyTagClassName
 {
   color: #83299A;
 }
</style>

background-color css

<style>
 a { background-color: #83299A; }

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

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

border-color css

<style>
 span { border-color: #83299A; }

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

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