Html Css Color HEX #83377F Vivid Violet

📋 copy color: '#83377F'

red 131 ◦ green 55 ◦ blue 127

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

Shades of Vivid Violet #83377F

Tints of Vivid Violet #83377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 41.85%
G = 17.57%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83377F (or 0x83377F) is known color: Vivid Violet. HEX triplet: 83, 37 and 7F. RGB value is (131,55,127). Sum of RGB (Red+Green+Blue) = 131+55+127=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #83377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83377F is #7CC880. Grayscale: #555555. Windows color (decimal): -8177793 or 8337283. OLE color: 8337283.

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

Color convert

RGB 131 55 127 -
CMYK 0 0.58 0.03 0.49
HSL 303.16º 0.41% 0.36% -
HSV(B) 303.16º 0.58% 0.51% -
XYZ 14.56 9.09 21.07 -
YUV 85.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 131 55 127 0 0.58 0.03 0.49 303.16 0.41 0.36
Hex 83 37 7F 0 3A 3 31 12F 29 24
Octal 203 67 177 0 72 3 61 457 51 44
Binary 10000011 110111 1111111 0 111010 11 110001 100101111 101001 100100

Color Harmonies of #83377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83377F

Black with #83377F

Text Example


Text Example

White with #83377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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