Html Css Color HEX #873B6B Cosmic

📋 copy color: '#873B6B'

red 135 ◦ green 59 ◦ blue 107

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

Shades of Cosmic #873B6B

Tints of Cosmic #873B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 44.85%
G = 19.6%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#873B6B (or 0x873B6B) is known color: Cosmic. HEX triplet: 87, 3B and 6B. RGB value is (135,59,107). Sum of RGB (Red+Green+Blue) = 135+59+107=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6B is #78C494. Grayscale: #575757. Windows color (decimal): -7914645 or 7027591. OLE color: 7027591.

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

Color convert

RGB 135 59 107 -
CMYK 0 0.56 0.21 0.47
HSL 322.11º 0.39% 0.38% -
HSV(B) 322.11º 0.56% 0.53% -
XYZ 14.21 9.34 14.96 -
YUV 87.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 135 59 107 0 0.56 0.21 0.47 322.11 0.39 0.38
Hex 87 3B 6B 0 38 15 2F 142 27 26
Octal 207 73 153 0 70 25 57 502 47 46
Binary 10000111 111011 1101011 0 111000 10101 101111 101000010 100111 100110

Color Harmonies of #873B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B6B

Black with #873B6B

Text Example


Text Example

White with #873B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,107); }

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

background-color css

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

 a { background-color: rgb(135,59,107); }

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

border-color css

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

 span { border-color: rgb(135,59,107); }

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