#854A6A

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

Shades of Cosmic #854A6A

Tints of Cosmic #854A6A

Color information

#854A6A (or 0x854A6A) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 6A. RGB value is (133,74,106). Sum of RGB (Red+Green+Blue) = 133+74+106=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6A is #7AB595. Grayscale: #5F5F5F. Windows color (decimal): -8041878 or 6965893. OLE color: 6965893.

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

Color convert

RGB13374106-
CMYK00.440.200.48
HSL327.46º28.5%40.59%-
HSV(B)327.46º44.36%52.16%-
XYZ14.7210.9214.97-
YUV95.29134.05154.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=42.49%
G=23.64%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337410600.440.200.48327.4628.540.59
Hex854A6A02C14301471d29
Octal20511215205424605073551
Binary100001011001010110101001011001010011000010100011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,106); }

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

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

 a { background-color: rgb(133,74,106); }

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

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

 span { border-color: rgb(133,74,106); }

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