Html Css Color HEX #873A6D Cosmic

📋 copy color: '#873A6D'

red 135 ◦ green 58 ◦ blue 109

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

Shades of Cosmic #873A6D

Tints of Cosmic #873A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

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

R = 44.7%
G = 19.21%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#873A6D (or 0x873A6D) is known color: Cosmic. HEX triplet: 87, 3A and 6D. RGB value is (135,58,109). Sum of RGB (Red+Green+Blue) = 135+58+109=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A6D is #78C592. Grayscale: #565656. Windows color (decimal): -7914899 or 7158407. OLE color: 7158407.

HSL color Cylindrical-coordinate representation of color #873A6D: hue angle of 320.26º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A6D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 109 -
CMYK 0 0.57 0.19 0.47
HSL 320.26º 0.4% 0.38% -
HSV(B) 320.26º 0.57% 0.53% -
XYZ 14.27 9.28 15.51 -
YUV 86.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 135 58 109 0 0.57 0.19 0.47 320.26 0.4 0.38
Hex 87 3A 6D 0 39 13 2F 140 28 26
Octal 207 72 155 0 71 23 57 500 50 46
Binary 10000111 111010 1101101 0 111001 10011 101111 101000000 101000 100110

Color Harmonies of #873A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A6D

Black with #873A6D

Text Example


Text Example

White with #873A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A6D; }

 p { color: rgb(135,58,109); }

 H1.HeaderClassName
 {
   color: #873A6D;
 }
 .AnyTagClassName
 {
   color: #873A6D;
 }
</style>

background-color css

<style>
 a { background-color: #873A6D; }

 a { background-color: rgb(135,58,109); }

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

border-color css

<style>
 span { border-color: #873A6D; }

 span { border-color: rgb(135,58,109); }

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