Html Css Color HEX #83308F Vivid Violet

📋 copy color: '#83308F'

red 131 ◦ green 48 ◦ blue 143

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

Shades of Vivid Violet #83308F

Tints of Vivid Violet #83308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 40.68%
G = 14.91%
B = 44.41%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83308F (or 0x83308F) is known color: Vivid Violet. HEX triplet: 83, 30 and 8F. RGB value is (131,48,143). Sum of RGB (Red+Green+Blue) = 131+48+143=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #83308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83308F is #7CCF70. Grayscale: #535353. Windows color (decimal): -8179569 or 9384067. OLE color: 9384067.

HSL color Cylindrical-coordinate representation of color #83308F: hue angle of 292.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83308F is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 48 143 -
CMYK 0.08 0.66 0 0.44
HSL 292.42º 0.5% 0.37% -
HSV(B) 292.42º 0.66% 0.56% -
XYZ 15.37 8.92 26.9 -
YUV 83.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 131 48 143 0.08 0.66 0 0.44 292.42 0.5 0.37
Hex 83 30 8F 8 42 0 2C 124 32 25
Octal 203 60 217 10 102 0 54 444 62 45
Binary 10000011 110000 10001111 1000 1000010 0 101100 100100100 110010 100101

Color Harmonies of #83308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83308F

Black with #83308F

Text Example


Text Example

White with #83308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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