Html Css Color HEX #854A6E Cosmic

📋 copy color: '#854A6E'

red 133 ◦ green 74 ◦ blue 110

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

Shades of Cosmic #854A6E

Tints of Cosmic #854A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 41.96%
G = 23.34%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#854A6E (or 0x854A6E) is known color: Cosmic. HEX triplet: 85, 4A and 6E. RGB value is (133,74,110). Sum of RGB (Red+Green+Blue) = 133+74+110=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6E is #7AB591. Grayscale: #5F5F5F. Windows color (decimal): -8041874 or 7228037. OLE color: 7228037.

HSL color Cylindrical-coordinate representation of color #854A6E: hue angle of 323.39º 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 #854A6E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 110 -
CMYK 0 0.44 0.17 0.48
HSL 323.39º 0.29% 0.41% -
HSV(B) 323.39º 0.44% 0.52% -
XYZ 14.94 11.01 16.09 -
YUV 95.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 133 74 110 0 0.44 0.17 0.48 323.39 0.29 0.41
Hex 85 4A 6E 0 2C 11 30 143 1D 29
Octal 205 112 156 0 54 21 60 503 35 51
Binary 10000101 1001010 1101110 0 101100 10001 110000 101000011 11101 101001

Color Harmonies of #854A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A6E

Black with #854A6E

Text Example


Text Example

White with #854A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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