Html Css Color HEX #83387F Vivid Violet

📋 copy color: '#83387F'

red 131 ◦ green 56 ◦ blue 127

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

Shades of Vivid Violet #83387F

Tints of Vivid Violet #83387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 41.72%
G = 17.83%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83387F (or 0x83387F) is known color: Vivid Violet. HEX triplet: 83, 38 and 7F. RGB value is (131,56,127). Sum of RGB (Red+Green+Blue) = 131+56+127=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #83387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83387F is #7CC780. Grayscale: #565656. Windows color (decimal): -8177537 or 8337539. OLE color: 8337539.

HSL color Cylindrical-coordinate representation of color #83387F: hue angle of 303.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83387F is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 127 -
CMYK 0 0.57 0.03 0.49
HSL 303.2º 0.4% 0.37% -
HSV(B) 303.2º 0.57% 0.51% -
XYZ 14.61 9.19 21.08 -
YUV 86.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 131 56 127 0 0.57 0.03 0.49 303.2 0.4 0.37
Hex 83 38 7F 0 39 3 31 12F 28 25
Octal 203 70 177 0 71 3 61 457 50 45
Binary 10000011 111000 1111111 0 111001 11 110001 100101111 101000 100101

Color Harmonies of #83387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83387F

Black with #83387F

Text Example


Text Example

White with #83387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,56,127); }

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

background-color css

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

 a { background-color: rgb(131,56,127); }

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

border-color css

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

 span { border-color: rgb(131,56,127); }

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