Html Css Color HEX #854076 Dark Purple

📋 copy color: '#854076'

red 133 ◦ green 64 ◦ blue 118

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

Shades of Dark Purple #854076

Tints of Dark Purple #854076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 42.22%
G = 20.32%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#854076 (or 0x854076) is known color: Dark Purple. HEX triplet: 85, 40 and 76. RGB value is (133,64,118). Sum of RGB (Red+Green+Blue) = 133+64+118=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854076 is #7ABF89. Grayscale: #5A5A5A. Windows color (decimal): -8044426 or 7749765. OLE color: 7749765.

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

Color convert

RGB 133 64 118 -
CMYK 0 0.52 0.11 0.48
HSL 313.04º 0.35% 0.39% -
HSV(B) 313.04º 0.52% 0.52% -
XYZ 14.78 9.96 18.28 -
YUV 90.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 133 64 118 0 0.52 0.11 0.48 313.04 0.35 0.39
Hex 85 40 76 0 34 B 30 139 23 27
Octal 205 100 166 0 64 13 60 471 43 47
Binary 10000101 1000000 1110110 0 110100 1011 110000 100111001 100011 100111

Color Harmonies of #854076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854076

Black with #854076

Text Example


Text Example

White with #854076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854076; }

 p { color: rgb(133,64,118); }

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

background-color css

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

 a { background-color: rgb(133,64,118); }

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

border-color css

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

 span { border-color: rgb(133,64,118); }

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