Html Css Color HEX #854174 Dark Purple

📋 copy color: '#854174'

red 133 ◦ green 65 ◦ blue 116

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

Shades of Dark Purple #854174

Tints of Dark Purple #854174

RGB

 RED value IS 133 (52.34% from 255) = 42.36%

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

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

R = 42.36%
G = 20.7%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#854174 (or 0x854174) is known color: Dark Purple. HEX triplet: 85, 41 and 74. RGB value is (133,65,116). Sum of RGB (Red+Green+Blue) = 133+65+116=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854174 is #7ABE8B. Grayscale: #5B5B5B. Windows color (decimal): -8044172 or 7618949. OLE color: 7618949.

HSL color Cylindrical-coordinate representation of color #854174: hue angle of 315º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854174 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 116 -
CMYK 0 0.51 0.13 0.48
HSL 315º 0.34% 0.39% -
HSV(B) 315º 0.51% 0.52% -
XYZ 14.72 10.03 17.68 -
YUV 91.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 133 65 116 0 0.51 0.13 0.48 315 0.34 0.39
Hex 85 41 74 0 33 D 30 13B 22 27
Octal 205 101 164 0 63 15 60 473 42 47
Binary 10000101 1000001 1110100 0 110011 1101 110000 100111011 100010 100111

Color Harmonies of #854174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854174

Black with #854174

Text Example


Text Example

White with #854174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854174; }

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

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

background-color css

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

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

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

border-color css

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

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

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