Html Css Color HEX #83417F Vivid Violet

📋 copy color: '#83417F'

red 131 ◦ green 65 ◦ blue 127

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

Shades of Vivid Violet #83417F

Tints of Vivid Violet #83417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 40.56%
G = 20.12%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83417F (or 0x83417F) is known color: Vivid Violet. HEX triplet: 83, 41 and 7F. RGB value is (131,65,127). Sum of RGB (Red+Green+Blue) = 131+65+127=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83417F is #7CBE80. Grayscale: #5B5B5B. Windows color (decimal): -8175233 or 8339843. OLE color: 8339843.

HSL color Cylindrical-coordinate representation of color #83417F: hue angle of 303.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83417F is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 127 -
CMYK 0 0.50 0.03 0.49
HSL 303.64º 0.34% 0.38% -
HSV(B) 303.64º 0.5% 0.51% -
XYZ 15.08 10.14 21.24 -
YUV 91.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 131 65 127 0 0.50 0.03 0.49 303.64 0.34 0.38
Hex 83 41 7F 0 32 3 31 130 22 26
Octal 203 101 177 0 62 3 61 460 42 46
Binary 10000011 1000001 1111111 0 110010 11 110001 100110000 100010 100110

Color Harmonies of #83417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83417F

Black with #83417F

Text Example


Text Example

White with #83417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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