Html Css Color HEX #83309D Vivid Violet

📋 copy color: '#83309D'

red 131 ◦ green 48 ◦ blue 157

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

Shades of Vivid Violet #83309D

Tints of Vivid Violet #83309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 38.99%
G = 14.29%
B = 46.73%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83309D (or 0x83309D) is known color: Vivid Violet. HEX triplet: 83, 30 and 9D. RGB value is (131,48,157). Sum of RGB (Red+Green+Blue) = 131+48+157=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #83309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83309D is #7CCF62. Grayscale: #545454. Windows color (decimal): -8179555 or 10301571. OLE color: 10301571.

HSL color Cylindrical-coordinate representation of color #83309D: hue angle of 285.69º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83309D is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 48 157 -
CMYK 0.17 0.69 0 0.38
HSL 285.69º 0.53% 0.4% -
HSV(B) 285.69º 0.69% 0.62% -
XYZ 16.5 9.37 32.84 -
YUV 85.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 131 48 157 0.17 0.69 0 0.38 285.69 0.53 0.4
Hex 83 30 9D 11 45 0 26 11E 35 28
Octal 203 60 235 21 105 0 46 436 65 50
Binary 10000011 110000 10011101 10001 1000101 0 100110 100011110 110101 101000

Color Harmonies of #83309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83309D

Black with #83309D

Text Example


Text Example

White with #83309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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