Html Css Color HEX #854870 Cosmic

📋 copy color: '#854870'

red 133 ◦ green 72 ◦ blue 112

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

Shades of Cosmic #854870

Tints of Cosmic #854870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

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

R = 41.96%
G = 22.71%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854870 (or 0x854870) is known color: Cosmic. HEX triplet: 85, 48 and 70. RGB value is (133,72,112). Sum of RGB (Red+Green+Blue) = 133+72+112=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854870 is #7AB78F. Grayscale: #5E5E5E. Windows color (decimal): -8042384 or 7358597. OLE color: 7358597.

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

Color convert

RGB 133 72 112 -
CMYK 0 0.46 0.16 0.48
HSL 320.66º 0.3% 0.4% -
HSV(B) 320.66º 0.46% 0.52% -
XYZ 14.91 10.79 16.63 -
YUV 94.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 133 72 112 0 0.46 0.16 0.48 320.66 0.3 0.4
Hex 85 48 70 0 2E 10 30 141 1E 28
Octal 205 110 160 0 56 20 60 501 36 50
Binary 10000101 1001000 1110000 0 101110 10000 110000 101000001 11110 101000

Color Harmonies of #854870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854870

Black with #854870

Text Example


Text Example

White with #854870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854870; }

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

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

background-color css

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

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

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

border-color css

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

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

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