Html Css Color HEX #8C6690 Trendy Pink

📋 copy color: '#8C6690'

red 140 ◦ green 102 ◦ blue 144

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

Shades of Trendy Pink #8C6690

Tints of Trendy Pink #8C6690

RGB

 RED value IS 140 (55.08% from 255) = 36.27%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 36.27%
G = 26.42%
B = 37.31%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C6690 (or 0x8C6690) is known color: Trendy Pink. HEX triplet: 8C, 66 and 90. RGB value is (140,102,144). Sum of RGB (Red+Green+Blue) = 140+102+144=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6690 is #73996F. Grayscale: #767676. Windows color (decimal): -7575920 or 9463436. OLE color: 9463436.

HSL color Cylindrical-coordinate representation of color #8C6690: hue angle of 294.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6690 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 102 144 -
CMYK 0.03 0.29 0 0.44
HSL 294.29º 0.17% 0.48% -
HSV(B) 294.29º 0.29% 0.56% -
XYZ 20.6 17.09 28.6 -
YUV 118.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 140 102 144 0.03 0.29 0 0.44 294.29 0.17 0.48
Hex 8C 66 90 3 1D 0 2C 126 11 30
Octal 214 146 220 3 35 0 54 446 21 60
Binary 10001100 1100110 10010000 11 11101 0 101100 100100110 10001 110000

Color Harmonies of #8C6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6690

Black with #8C6690

Text Example


Text Example

White with #8C6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6690; }

 p { color: rgb(140,102,144); }

 H1.HeaderClassName
 {
   color: #8C6690;
 }
 .AnyTagClassName
 {
   color: #8C6690;
 }
</style>

background-color css

<style>
 a { background-color: #8C6690; }

 a { background-color: rgb(140,102,144); }

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

border-color css

<style>
 span { border-color: #8C6690; }

 span { border-color: rgb(140,102,144); }

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