Html Css Color HEX #83185E Dark Purple

📋 copy color: '#83185E'

red 131 ◦ green 24 ◦ blue 94

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

Shades of Dark Purple #83185E

Tints of Dark Purple #83185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 52.61%
G = 9.64%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83185E (or 0x83185E) is known color: Dark Purple. HEX triplet: 83, 18 and 5E. RGB value is (131,24,94). Sum of RGB (Red+Green+Blue) = 131+24+94=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185E is #7CE7A1. Grayscale: #3F3F3F. Windows color (decimal): -8185762 or 6166659. OLE color: 6166659.

HSL color Cylindrical-coordinate representation of color #83185E: hue angle of 320.75º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83185E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 24 94 -
CMYK 0 0.82 0.28 0.49
HSL 320.75º 0.69% 0.3% -
HSV(B) 320.75º 0.82% 0.51% -
XYZ 11.71 6.29 11.19 -
YUV 63.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 131 24 94 0 0.82 0.28 0.49 320.75 0.69 0.3
Hex 83 18 5E 0 52 1C 31 141 45 1E
Octal 203 30 136 0 122 34 61 501 105 36
Binary 10000011 11000 1011110 0 1010010 11100 110001 101000001 1000101 11110

Color Harmonies of #83185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83185E

Black with #83185E

Text Example


Text Example

White with #83185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83185E; }

 p { color: rgb(131,24,94); }

 H1.HeaderClassName
 {
   color: #83185E;
 }
 .AnyTagClassName
 {
   color: #83185E;
 }
</style>

background-color css

<style>
 a { background-color: #83185E; }

 a { background-color: rgb(131,24,94); }

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

border-color css

<style>
 span { border-color: #83185E; }

 span { border-color: rgb(131,24,94); }

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