Html Css Color HEX #8A608D Trendy Pink

📋 copy color: '#8A608D'

red 138 ◦ green 96 ◦ blue 141

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

Shades of Trendy Pink #8A608D

Tints of Trendy Pink #8A608D

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 36.8%
G = 25.6%
B = 37.6%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A608D (or 0x8A608D) is known color: Trendy Pink. HEX triplet: 8A, 60 and 8D. RGB value is (138,96,141). Sum of RGB (Red+Green+Blue) = 138+96+141=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608D is #759F72. Grayscale: #717171. Windows color (decimal): -7708531 or 9265290. OLE color: 9265290.

HSL color Cylindrical-coordinate representation of color #8A608D: hue angle of 296º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A608D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 96 141 -
CMYK 0.02 0.32 0 0.45
HSL 296º 0.19% 0.46% -
HSV(B) 296º 0.32% 0.55% -
XYZ 19.47 15.69 27.2 -
YUV 113.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 138 96 141 0.02 0.32 0 0.45 296 0.19 0.46
Hex 8A 60 8D 2 20 0 2D 128 13 2E
Octal 212 140 215 2 40 0 55 450 23 56
Binary 10001010 1100000 10001101 10 100000 0 101101 100101000 10011 101110

Color Harmonies of #8A608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A608D

Black with #8A608D

Text Example


Text Example

White with #8A608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,141); }

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

background-color css

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

 a { background-color: rgb(138,96,141); }

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

border-color css

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

 span { border-color: rgb(138,96,141); }

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