Html Css Color HEX #83399C Vivid Violet

📋 copy color: '#83399C'

red 131 ◦ green 57 ◦ blue 156

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

Shades of Vivid Violet #83399C

Tints of Vivid Violet #83399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 38.08%
G = 16.57%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83399C (or 0x83399C) is known color: Vivid Violet. HEX triplet: 83, 39 and 9C. RGB value is (131,57,156). Sum of RGB (Red+Green+Blue) = 131+57+156=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #83399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399C is #7CC663. Grayscale: #5A5A5A. Windows color (decimal): -8177252 or 10238339. OLE color: 10238339.

HSL color Cylindrical-coordinate representation of color #83399C: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83399C is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 57 156 -
CMYK 0.16 0.63 0 0.39
HSL 284.85º 0.46% 0.42% -
HSV(B) 284.85º 0.63% 0.61% -
XYZ 16.82 10.15 32.53 -
YUV 90.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 131 57 156 0.16 0.63 0 0.39 284.85 0.46 0.42
Hex 83 39 9C 10 3F 0 27 11D 2E 2A
Octal 203 71 234 20 77 0 47 435 56 52
Binary 10000011 111001 10011100 10000 111111 0 100111 100011101 101110 101010

Color Harmonies of #83399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83399C

Black with #83399C

Text Example


Text Example

White with #83399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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