Html Css Color HEX #834173 Dark Purple

📋 copy color: '#834173'

red 131 ◦ green 65 ◦ blue 115

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

Shades of Dark Purple #834173

Tints of Dark Purple #834173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 42.12%
G = 20.9%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#834173 (or 0x834173) is known color: Dark Purple. HEX triplet: 83, 41 and 73. RGB value is (131,65,115). Sum of RGB (Red+Green+Blue) = 131+65+115=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #834173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834173 is #7CBE8C. Grayscale: #5A5A5A. Windows color (decimal): -8175245 or 7553411. OLE color: 7553411.

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

Color convert

RGB 131 65 115 -
CMYK 0 0.50 0.12 0.49
HSL 314.55º 0.34% 0.38% -
HSV(B) 314.55º 0.5% 0.51% -
XYZ 14.34 9.84 17.36 -
YUV 90.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 131 65 115 0 0.50 0.12 0.49 314.55 0.34 0.38
Hex 83 41 73 0 32 C 31 13B 22 26
Octal 203 101 163 0 62 14 61 473 42 46
Binary 10000011 1000001 1110011 0 110010 1100 110001 100111011 100010 100110

Color Harmonies of #834173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834173

Black with #834173

Text Example


Text Example

White with #834173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834173; }

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

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

background-color css

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

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

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

border-color css

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

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

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