#854E72

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

Shades of Cosmic #854E72

Tints of Cosmic #854E72

Color information

#854E72 (or 0x854E72) is unknown color: approx Cosmic. HEX triplet: 85, 4E and 72. RGB value is (133,78,114). Sum of RGB (Red+Green+Blue) = 133+78+114=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #854E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E72 is #7AB18D. Grayscale: #626262. Windows color (decimal): -8040846 or 7491205. OLE color: 7491205.

HSL color Cylindrical-coordinate representation of color #854E72: hue angle of 320.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E72 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13378114-
CMYK00.410.140.48
HSL320.73º26.07%41.37%-
HSV(B)320.73º41.35%52.16%-
XYZ15.4311.6517.35-
YUV98.55136.72152.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=40.92%
G=24%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337811400.410.140.48320.7326.0741.37
Hex854E72029E301411a29
Octal20511616205116605013251
Binary10000101100111011100100101001111011000010100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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