#854EAD

Color #854EAD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #854EAD

Tints of Studio #854EAD

Color information

#854EAD (or 0x854EAD) is unknown color: approx Studio. HEX triplet: 85, 4E and AD. RGB value is (133,78,173). Sum of RGB (Red+Green+Blue) = 133+78+173=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #854EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854EAD is #7AB152. Grayscale: #686868. Windows color (decimal): -8040787 or 11357829. OLE color: 11357829.

HSL color Cylindrical-coordinate representation of color #854EAD: hue angle of 274.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854EAD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13378173-
CMYK0.230.5500.32
HSL274.74º37.85%49.22%-
HSV(B)274.74º54.91%67.84%-
XYZ19.9413.4541.08-
YUV105.28166.22147.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=34.64%
G=20.31%
B=45.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133781730.230.5500.32274.7437.8549.22
Hex854EAD17370201132631
Octal20511625527670404234661
Binary10000101100111010101101101111101110100000100010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854EAD; }

 p { color: rgb(133,78,173); }

 H1.HeaderClassName
 {
   color: #854EAD;
 }
 .AnyTagClassName
 {
   color: #854EAD;
 }
</style>
background-color css

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

 a { background-color: rgb(133,78,173); }

 div.DivClassName
 {
   background-color: #854EAD;
 }
 .BgClassName
 {
   background-color: #854EAD;
 }
</style>
border-color css

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

 span { border-color: rgb(133,78,173); }

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