Html Css Color HEX #854972 Cosmic

📋 copy color: '#854972'

red 133 ◦ green 73 ◦ blue 114

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

Shades of Cosmic #854972

Tints of Cosmic #854972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 41.56%
G = 22.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854972 (or 0x854972) is known color: Cosmic. HEX triplet: 85, 49 and 72. RGB value is (133,73,114). Sum of RGB (Red+Green+Blue) = 133+73+114=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854972 is #7AB68D. Grayscale: #5F5F5F. Windows color (decimal): -8042126 or 7489925. OLE color: 7489925.

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

Color convert

RGB 133 73 114 -
CMYK 0 0.45 0.14 0.48
HSL 319º 0.29% 0.4% -
HSV(B) 319º 0.45% 0.52% -
XYZ 15.09 10.97 17.24 -
YUV 95.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 133 73 114 0 0.45 0.14 0.48 319 0.29 0.4
Hex 85 49 72 0 2D E 30 13F 1D 28
Octal 205 111 162 0 55 16 60 477 35 50
Binary 10000101 1001001 1110010 0 101101 1110 110000 100111111 11101 101000

Color Harmonies of #854972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854972

Black with #854972

Text Example


Text Example

White with #854972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854972; }

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

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

background-color css

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

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

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

border-color css

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

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

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