Html Css Color HEX #83389D Vivid Violet

📋 copy color: '#83389D'

red 131 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #83389D

Tints of Vivid Violet #83389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 38.08%
G = 16.28%
B = 45.64%

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

#83389D (or 0x83389D) is known color: Vivid Violet. HEX triplet: 83, 38 and 9D. RGB value is (131,56,157). Sum of RGB (Red+Green+Blue) = 131+56+157=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #83389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83389D is #7CC762. Grayscale: #595959. Windows color (decimal): -8177507 or 10303619. OLE color: 10303619.

HSL color Cylindrical-coordinate representation of color #83389D: hue angle of 284.55º 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 #83389D is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 56 157 -
CMYK 0.17 0.64 0 0.38
HSL 284.55º 0.47% 0.42% -
HSV(B) 284.55º 0.64% 0.62% -
XYZ 16.86 10.09 32.96 -
YUV 89.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 131 56 157 0.17 0.64 0 0.38 284.55 0.47 0.42
Hex 83 38 9D 11 40 0 26 11D 2F 2A
Octal 203 70 235 21 100 0 46 435 57 52
Binary 10000011 111000 10011101 10001 1000000 0 100110 100011101 101111 101010

Color Harmonies of #83389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83389D

Black with #83389D

Text Example


Text Example

White with #83389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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