Html Css Color HEX #85416C Cosmic

📋 copy color: '#85416C'

red 133 ◦ green 65 ◦ blue 108

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

Shades of Cosmic #85416C

Tints of Cosmic #85416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 43.46%
G = 21.24%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85416C (or 0x85416C) is known color: Cosmic. HEX triplet: 85, 41 and 6C. RGB value is (133,65,108). Sum of RGB (Red+Green+Blue) = 133+65+108=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85416C is #7ABE93. Grayscale: #5A5A5A. Windows color (decimal): -8044180 or 7094661. OLE color: 7094661.

HSL color Cylindrical-coordinate representation of color #85416C: hue angle of 322.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85416C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 108 -
CMYK 0 0.51 0.19 0.48
HSL 322.06º 0.34% 0.39% -
HSV(B) 322.06º 0.51% 0.52% -
XYZ 14.27 9.85 15.34 -
YUV 90.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 133 65 108 0 0.51 0.19 0.48 322.06 0.34 0.39
Hex 85 41 6C 0 33 13 30 142 22 27
Octal 205 101 154 0 63 23 60 502 42 47
Binary 10000101 1000001 1101100 0 110011 10011 110000 101000010 100010 100111

Color Harmonies of #85416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85416C

Black with #85416C

Text Example


Text Example

White with #85416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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