Html Css Color HEX #834174 Dark Purple

📋 copy color: '#834174'

red 131 ◦ green 65 ◦ blue 116

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

Shades of Dark Purple #834174

Tints of Dark Purple #834174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 41.99%
G = 20.83%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#834174 (or 0x834174) is known color: Dark Purple. HEX triplet: 83, 41 and 74. RGB value is (131,65,116). Sum of RGB (Red+Green+Blue) = 131+65+116=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834174 is #7CBE8B. Grayscale: #5A5A5A. Windows color (decimal): -8175244 or 7618947. OLE color: 7618947.

HSL color Cylindrical-coordinate representation of color #834174: hue angle of 313.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 #834174 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 116 -
CMYK 0 0.50 0.11 0.49
HSL 313.64º 0.34% 0.38% -
HSV(B) 313.64º 0.5% 0.51% -
XYZ 14.4 9.87 17.67 -
YUV 90.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 131 65 116 0 0.50 0.11 0.49 313.64 0.34 0.38
Hex 83 41 74 0 32 B 31 13A 22 26
Octal 203 101 164 0 62 13 61 472 42 46
Binary 10000011 1000001 1110100 0 110010 1011 110001 100111010 100010 100110

Color Harmonies of #834174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834174

Black with #834174

Text Example


Text Example

White with #834174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834174; }

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

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

background-color css

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

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

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

border-color css

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

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

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