Html Css Color HEX #83399E Vivid Violet

📋 copy color: '#83399E'

red 131 ◦ green 57 ◦ blue 158

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

Shades of Vivid Violet #83399E

Tints of Vivid Violet #83399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 37.86%
G = 16.47%
B = 45.66%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83399E (or 0x83399E) is known color: Vivid Violet. HEX triplet: 83, 39 and 9E. RGB value is (131,57,158). Sum of RGB (Red+Green+Blue) = 131+57+158=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #83399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399E is #7CC661. Grayscale: #5A5A5A. Windows color (decimal): -8177250 or 10369411. OLE color: 10369411.

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

Color convert

RGB 131 57 158 -
CMYK 0.17 0.64 0 0.38
HSL 283.96º 0.47% 0.42% -
HSV(B) 283.96º 0.64% 0.62% -
XYZ 16.99 10.22 33.42 -
YUV 90.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 131 57 158 0.17 0.64 0 0.38 283.96 0.47 0.42
Hex 83 39 9E 11 40 0 26 11C 2F 2A
Octal 203 71 236 21 100 0 46 434 57 52
Binary 10000011 111001 10011110 10001 1000000 0 100110 100011100 101111 101010

Color Harmonies of #83399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83399E

Black with #83399E

Text Example


Text Example

White with #83399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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