Html Css Color HEX #83299E Vivid Violet

📋 copy color: '#83299E'

red 131 ◦ green 41 ◦ blue 158

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

Shades of Vivid Violet #83299E

Tints of Vivid Violet #83299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 39.7%
G = 12.42%
B = 47.88%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83299E (or 0x83299E) is known color: Vivid Violet. HEX triplet: 83, 29 and 9E. RGB value is (131,41,158). Sum of RGB (Red+Green+Blue) = 131+41+158=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #83299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83299E is #7CD661. Grayscale: #505050. Windows color (decimal): -8181346 or 10365315. OLE color: 10365315.

HSL color Cylindrical-coordinate representation of color #83299E: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83299E is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 41 158 -
CMYK 0.17 0.74 0 0.38
HSL 286.15º 0.59% 0.39% -
HSV(B) 286.15º 0.74% 0.62% -
XYZ 16.32 8.88 33.2 -
YUV 81.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 131 41 158 0.17 0.74 0 0.38 286.15 0.59 0.39
Hex 83 29 9E 11 4A 0 26 11E 3B 27
Octal 203 51 236 21 112 0 46 436 73 47
Binary 10000011 101001 10011110 10001 1001010 0 100110 100011110 111011 100111

Color Harmonies of #83299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83299E

Black with #83299E

Text Example


Text Example

White with #83299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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