Html Css Color HEX #85496C Cosmic

📋 copy color: '#85496C'

red 133 ◦ green 73 ◦ blue 108

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

Shades of Cosmic #85496C

Tints of Cosmic #85496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 42.36%
G = 23.25%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85496C (or 0x85496C) is known color: Cosmic. HEX triplet: 85, 49 and 6C. RGB value is (133,73,108). Sum of RGB (Red+Green+Blue) = 133+73+108=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496C is #7AB693. Grayscale: #5E5E5E. Windows color (decimal): -8042132 or 7096709. OLE color: 7096709.

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

Color convert

RGB 133 73 108 -
CMYK 0 0.45 0.19 0.48
HSL 325º 0.29% 0.4% -
HSV(B) 325º 0.45% 0.52% -
XYZ 14.76 10.83 15.5 -
YUV 94.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 133 73 108 0 0.45 0.19 0.48 325 0.29 0.4
Hex 85 49 6C 0 2D 13 30 145 1D 28
Octal 205 111 154 0 55 23 60 505 35 50
Binary 10000101 1001001 1101100 0 101101 10011 110000 101000101 11101 101000

Color Harmonies of #85496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85496C

Black with #85496C

Text Example


Text Example

White with #85496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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