Html Css Color HEX #85496F Cosmic

📋 copy color: '#85496F'

red 133 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #85496F

Tints of Cosmic #85496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 41.96%
G = 23.03%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85496F (or 0x85496F) is known color: Cosmic. HEX triplet: 85, 49 and 6F. RGB value is (133,73,111). Sum of RGB (Red+Green+Blue) = 133+73+111=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #85496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496F is #7AB690. Grayscale: #5F5F5F. Windows color (decimal): -8042129 or 7293317. OLE color: 7293317.

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

Color convert

RGB 133 73 111 -
CMYK 0 0.45 0.17 0.48
HSL 322º 0.29% 0.4% -
HSV(B) 322º 0.45% 0.52% -
XYZ 14.92 10.9 16.36 -
YUV 95.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 133 73 111 0 0.45 0.17 0.48 322 0.29 0.4
Hex 85 49 6F 0 2D 11 30 142 1D 28
Octal 205 111 157 0 55 21 60 502 35 50
Binary 10000101 1001001 1101111 0 101101 10001 110000 101000010 11101 101000

Color Harmonies of #85496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85496F

Black with #85496F

Text Example


Text Example

White with #85496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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