Html Css Color HEX #83389E Vivid Violet

📋 copy color: '#83389E'

red 131 ◦ green 56 ◦ blue 158

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

Shades of Vivid Violet #83389E

Tints of Vivid Violet #83389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 37.97%
G = 16.23%
B = 45.8%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83389E (or 0x83389E) is known color: Vivid Violet. HEX triplet: 83, 38 and 9E. RGB value is (131,56,158). Sum of RGB (Red+Green+Blue) = 131+56+158=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #83389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83389E is #7CC761. Grayscale: #595959. Windows color (decimal): -8177506 or 10369155. OLE color: 10369155.

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

Color convert

RGB 131 56 158 -
CMYK 0.17 0.65 0 0.38
HSL 284.12º 0.48% 0.42% -
HSV(B) 284.12º 0.65% 0.62% -
XYZ 16.95 10.12 33.41 -
YUV 90.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 131 56 158 0.17 0.65 0 0.38 284.12 0.48 0.42
Hex 83 38 9E 11 41 0 26 11C 30 2A
Octal 203 70 236 21 101 0 46 434 60 52
Binary 10000011 111000 10011110 10001 1000001 0 100110 100011100 110000 101010

Color Harmonies of #83389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83389E

Black with #83389E

Text Example


Text Example

White with #83389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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