Html Css Color HEX #854970 Cosmic

📋 copy color: '#854970'

red 133 ◦ green 73 ◦ blue 112

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

Shades of Cosmic #854970

Tints of Cosmic #854970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 41.82%
G = 22.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854970 (or 0x854970) is known color: Cosmic. HEX triplet: 85, 49 and 70. RGB value is (133,73,112). Sum of RGB (Red+Green+Blue) = 133+73+112=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854970 is #7AB68F. Grayscale: #5F5F5F. Windows color (decimal): -8042128 or 7358853. OLE color: 7358853.

HSL color Cylindrical-coordinate representation of color #854970: hue angle of 321º 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 #854970 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 112 -
CMYK 0 0.45 0.16 0.48
HSL 321º 0.29% 0.4% -
HSV(B) 321º 0.45% 0.52% -
XYZ 14.98 10.92 16.65 -
YUV 95.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 133 73 112 0 0.45 0.16 0.48 321 0.29 0.4
Hex 85 49 70 0 2D 10 30 141 1D 28
Octal 205 111 160 0 55 20 60 501 35 50
Binary 10000101 1001001 1110000 0 101101 10000 110000 101000001 11101 101000

Color Harmonies of #854970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854970

Black with #854970

Text Example


Text Example

White with #854970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854970; }

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

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

background-color css

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

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

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

border-color css

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

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

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