Html Css Color HEX #83338D Vivid Violet

📋 copy color: '#83338D'

red 131 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #83338D

Tints of Vivid Violet #83338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 40.56%
G = 15.79%
B = 43.65%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83338D (or 0x83338D) is known color: Vivid Violet. HEX triplet: 83, 33 and 8D. RGB value is (131,51,141). Sum of RGB (Red+Green+Blue) = 131+51+141=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #83338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83338D is #7CCC72. Grayscale: #545454. Windows color (decimal): -8178803 or 9253763. OLE color: 9253763.

HSL color Cylindrical-coordinate representation of color #83338D: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83338D is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 51 141 -
CMYK 0.07 0.64 0 0.45
HSL 293.33º 0.47% 0.38% -
HSV(B) 293.33º 0.64% 0.55% -
XYZ 15.35 9.12 26.15 -
YUV 85.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 131 51 141 0.07 0.64 0 0.45 293.33 0.47 0.38
Hex 83 33 8D 7 40 0 2D 125 2F 26
Octal 203 63 215 7 100 0 55 445 57 46
Binary 10000011 110011 10001101 111 1000000 0 101101 100100101 101111 100110

Color Harmonies of #83338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83338D

Black with #83338D

Text Example


Text Example

White with #83338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,51,141); }

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

background-color css

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

 a { background-color: rgb(131,51,141); }

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

border-color css

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

 span { border-color: rgb(131,51,141); }

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