Html Css Color HEX #83399F Vivid Violet

📋 copy color: '#83399F'

red 131 ◦ green 57 ◦ blue 159

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

Shades of Vivid Violet #83399F

Tints of Vivid Violet #83399F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 37.75%
G = 16.43%
B = 45.82%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83399F (or 0x83399F) is known color: Vivid Violet. HEX triplet: 83, 39 and 9F. RGB value is (131,57,159). Sum of RGB (Red+Green+Blue) = 131+57+159=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #83399F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399F is #7CC660. Grayscale: #5A5A5A. Windows color (decimal): -8177249 or 10434947. OLE color: 10434947.

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

Color convert

RGB 131 57 159 -
CMYK 0.18 0.64 0 0.38
HSL 283.53º 0.47% 0.42% -
HSV(B) 283.53º 0.64% 0.62% -
XYZ 17.08 10.25 33.88 -
YUV 90.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 131 57 159 0.18 0.64 0 0.38 283.53 0.47 0.42
Hex 83 39 9F 12 40 0 26 11C 2F 2A
Octal 203 71 237 22 100 0 46 434 57 52
Binary 10000011 111001 10011111 10010 1000000 0 100110 100011100 101111 101010

Color Harmonies of #83399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83399F

Black with #83399F

Text Example


Text Example

White with #83399F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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