Html Css Color HEX #854771 Cosmic

📋 copy color: '#854771'

red 133 ◦ green 71 ◦ blue 113

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

Shades of Cosmic #854771

Tints of Cosmic #854771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 41.96%
G = 22.4%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#854771 (or 0x854771) is known color: Cosmic. HEX triplet: 85, 47 and 71. RGB value is (133,71,113). Sum of RGB (Red+Green+Blue) = 133+71+113=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854771 is #7AB88E. Grayscale: #5E5E5E. Windows color (decimal): -8042639 or 7423877. OLE color: 7423877.

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

Color convert

RGB 133 71 113 -
CMYK 0 0.47 0.15 0.48
HSL 319.35º 0.3% 0.4% -
HSV(B) 319.35º 0.47% 0.52% -
XYZ 14.91 10.69 16.9 -
YUV 94.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 133 71 113 0 0.47 0.15 0.48 319.35 0.3 0.4
Hex 85 47 71 0 2F F 30 13F 1E 28
Octal 205 107 161 0 57 17 60 477 36 50
Binary 10000101 1000111 1110001 0 101111 1111 110000 100111111 11110 101000

Color Harmonies of #854771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854771

Black with #854771

Text Example


Text Example

White with #854771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854771; }

 p { color: rgb(133,71,113); }

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

background-color css

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

 a { background-color: rgb(133,71,113); }

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

border-color css

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

 span { border-color: rgb(133,71,113); }

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