Html Css Color HEX #85496D Cosmic

📋 copy color: '#85496D'

red 133 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #85496D

Tints of Cosmic #85496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 42.22%
G = 23.17%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85496D (or 0x85496D) is known color: Cosmic. HEX triplet: 85, 49 and 6D. RGB value is (133,73,109). Sum of RGB (Red+Green+Blue) = 133+73+109=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496D is #7AB692. Grayscale: #5E5E5E. Windows color (decimal): -8042131 or 7162245. OLE color: 7162245.

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

Color convert

RGB 133 73 109 -
CMYK 0 0.45 0.18 0.48
HSL 324º 0.29% 0.4% -
HSV(B) 324º 0.45% 0.52% -
XYZ 14.82 10.86 15.78 -
YUV 95.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 133 73 109 0 0.45 0.18 0.48 324 0.29 0.4
Hex 85 49 6D 0 2D 12 30 144 1D 28
Octal 205 111 155 0 55 22 60 504 35 50
Binary 10000101 1001001 1101101 0 101101 10010 110000 101000100 11101 101000

Color Harmonies of #85496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85496D

Black with #85496D

Text Example


Text Example

White with #85496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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