Html Css Color HEX #83358F Vivid Violet

📋 copy color: '#83358F'

red 131 ◦ green 53 ◦ blue 143

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

Shades of Vivid Violet #83358F

Tints of Vivid Violet #83358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 40.06%
G = 16.21%
B = 43.73%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83358F (or 0x83358F) is known color: Vivid Violet. HEX triplet: 83, 35 and 8F. RGB value is (131,53,143). Sum of RGB (Red+Green+Blue) = 131+53+143=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #83358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83358F is #7CCA70. Grayscale: #565656. Windows color (decimal): -8178289 or 9385347. OLE color: 9385347.

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

Color convert

RGB 131 53 143 -
CMYK 0.08 0.63 0 0.44
HSL 292º 0.46% 0.38% -
HSV(B) 292º 0.63% 0.56% -
XYZ 15.59 9.35 26.97 -
YUV 86.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 131 53 143 0.08 0.63 0 0.44 292 0.46 0.38
Hex 83 35 8F 8 3F 0 2C 124 2E 26
Octal 203 65 217 10 77 0 54 444 56 46
Binary 10000011 110101 10001111 1000 111111 0 101100 100100100 101110 100110

Color Harmonies of #83358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83358F

Black with #83358F

Text Example


Text Example

White with #83358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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