Html Css Color HEX #854274 Dark Purple

📋 copy color: '#854274'

red 133 ◦ green 66 ◦ blue 116

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

Shades of Dark Purple #854274

Tints of Dark Purple #854274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 42.22%
G = 20.95%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#854274 (or 0x854274) is known color: Dark Purple. HEX triplet: 85, 42 and 74. RGB value is (133,66,116). Sum of RGB (Red+Green+Blue) = 133+66+116=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854274 is #7ABD8B. Grayscale: #5B5B5B. Windows color (decimal): -8043916 or 7619205. OLE color: 7619205.

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

Color convert

RGB 133 66 116 -
CMYK 0 0.50 0.13 0.48
HSL 315.22º 0.34% 0.39% -
HSV(B) 315.22º 0.5% 0.52% -
XYZ 14.77 10.14 17.7 -
YUV 91.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 133 66 116 0 0.50 0.13 0.48 315.22 0.34 0.39
Hex 85 42 74 0 32 D 30 13B 22 27
Octal 205 102 164 0 62 15 60 473 42 47
Binary 10000101 1000010 1110100 0 110010 1101 110000 100111011 100010 100111

Color Harmonies of #854274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854274

Black with #854274

Text Example


Text Example

White with #854274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854274; }

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

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

background-color css

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

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

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

border-color css

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

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

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