Html Css Color HEX #873A6A Cosmic

📋 copy color: '#873A6A'

red 135 ◦ green 58 ◦ blue 106

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

Shades of Cosmic #873A6A

Tints of Cosmic #873A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 45.15%
G = 19.4%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#873A6A (or 0x873A6A) is known color: Cosmic. HEX triplet: 87, 3A and 6A. RGB value is (135,58,106). Sum of RGB (Red+Green+Blue) = 135+58+106=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #873A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A6A is #78C595. Grayscale: #565656. Windows color (decimal): -7914902 or 6961799. OLE color: 6961799.

HSL color Cylindrical-coordinate representation of color #873A6A: hue angle of 322.6º 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 #873A6A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 106 -
CMYK 0 0.57 0.21 0.47
HSL 322.6º 0.4% 0.38% -
HSV(B) 322.6º 0.57% 0.53% -
XYZ 14.11 9.22 14.67 -
YUV 86.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 135 58 106 0 0.57 0.21 0.47 322.6 0.4 0.38
Hex 87 3A 6A 0 39 15 2F 143 28 26
Octal 207 72 152 0 71 25 57 503 50 46
Binary 10000111 111010 1101010 0 111001 10101 101111 101000011 101000 100110

Color Harmonies of #873A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A6A

Black with #873A6A

Text Example


Text Example

White with #873A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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