Html Css Color HEX #83309F Vivid Violet

📋 copy color: '#83309F'

red 131 ◦ green 48 ◦ blue 159

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

Shades of Vivid Violet #83309F

Tints of Vivid Violet #83309F

RGB

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

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

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

R = 38.76%
G = 14.2%
B = 47.04%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83309F (or 0x83309F) is known color: Vivid Violet. HEX triplet: 83, 30 and 9F. RGB value is (131,48,159). Sum of RGB (Red+Green+Blue) = 131+48+159=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #83309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83309F is #7CCF60. Grayscale: #555555. Windows color (decimal): -8179553 or 10432643. OLE color: 10432643.

HSL color Cylindrical-coordinate representation of color #83309F: hue angle of 284.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83309F is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 48 159 -
CMYK 0.18 0.70 0 0.38
HSL 284.86º 0.54% 0.41% -
HSV(B) 284.86º 0.7% 0.62% -
XYZ 16.68 9.44 33.74 -
YUV 85.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 131 48 159 0.18 0.70 0 0.38 284.86 0.54 0.41
Hex 83 30 9F 12 46 0 26 11D 36 29
Octal 203 60 237 22 106 0 46 435 66 51
Binary 10000011 110000 10011111 10010 1000110 0 100110 100011101 110110 101001

Color Harmonies of #83309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83309F

Black with #83309F

Text Example


Text Example

White with #83309F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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