Html Css Color HEX #854971 Cosmic

📋 copy color: '#854971'

red 133 ◦ green 73 ◦ blue 113

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

Shades of Cosmic #854971

Tints of Cosmic #854971

RGB

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

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

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

R = 41.69%
G = 22.88%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#854971 (or 0x854971) is known color: Cosmic. HEX triplet: 85, 49 and 71. RGB value is (133,73,113). Sum of RGB (Red+Green+Blue) = 133+73+113=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854971 is #7AB68E. Grayscale: #5F5F5F. Windows color (decimal): -8042127 or 7424389. OLE color: 7424389.

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

Color convert

RGB 133 73 113 -
CMYK 0 0.45 0.15 0.48
HSL 320º 0.29% 0.4% -
HSV(B) 320º 0.45% 0.52% -
XYZ 15.04 10.94 16.94 -
YUV 95.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 133 73 113 0 0.45 0.15 0.48 320 0.29 0.4
Hex 85 49 71 0 2D F 30 140 1D 28
Octal 205 111 161 0 55 17 60 500 35 50
Binary 10000101 1001001 1110001 0 101101 1111 110000 101000000 11101 101000

Color Harmonies of #854971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854971

Black with #854971

Text Example


Text Example

White with #854971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854971; }

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

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

background-color css

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

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

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

border-color css

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

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

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