Html Css Color HEX #87416F Cosmic

📋 copy color: '#87416F'

red 135 ◦ green 65 ◦ blue 111

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

Shades of Cosmic #87416F

Tints of Cosmic #87416F

RGB

 RED value IS 135 (53.13% from 255) = 43.41%

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

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

R = 43.41%
G = 20.9%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87416F (or 0x87416F) is known color: Cosmic. HEX triplet: 87, 41 and 6F. RGB value is (135,65,111). Sum of RGB (Red+Green+Blue) = 135+65+111=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87416F is #78BE90. Grayscale: #5B5B5B. Windows color (decimal): -7913105 or 7291271. OLE color: 7291271.

HSL color Cylindrical-coordinate representation of color #87416F: hue angle of 320.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87416F is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 111 -
CMYK 0 0.52 0.18 0.47
HSL 320.57º 0.35% 0.39% -
HSV(B) 320.57º 0.52% 0.53% -
XYZ 14.75 10.08 16.21 -
YUV 91.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 135 65 111 0 0.52 0.18 0.47 320.57 0.35 0.39
Hex 87 41 6F 0 34 12 2F 141 23 27
Octal 207 101 157 0 64 22 57 501 43 47
Binary 10000111 1000001 1101111 0 110100 10010 101111 101000001 100011 100111

Color Harmonies of #87416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87416F

Black with #87416F

Text Example


Text Example

White with #87416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,65,111); }

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

background-color css

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

 a { background-color: rgb(135,65,111); }

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

border-color css

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

 span { border-color: rgb(135,65,111); }

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