Html Css Color HEX #8A5894 Trendy Pink

📋 copy color: '#8A5894'

red 138 ◦ green 88 ◦ blue 148

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

Shades of Trendy Pink #8A5894

Tints of Trendy Pink #8A5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 36.9%
G = 23.53%
B = 39.57%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A5894 (or 0x8A5894) is known color: Trendy Pink. HEX triplet: 8A, 58 and 94. RGB value is (138,88,148). Sum of RGB (Red+Green+Blue) = 138+88+148=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5894 is #75A76B. Grayscale: #6D6D6D. Windows color (decimal): -7710572 or 9721994. OLE color: 9721994.

HSL color Cylindrical-coordinate representation of color #8A5894: hue angle of 290º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5894 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 88 148 -
CMYK 0.07 0.41 0 0.42
HSL 290º 0.25% 0.46% -
HSV(B) 290º 0.41% 0.58% -
XYZ 19.32 14.52 29.8 -
YUV 109.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 138 88 148 0.07 0.41 0 0.42 290 0.25 0.46
Hex 8A 58 94 7 29 0 2A 122 19 2E
Octal 212 130 224 7 51 0 52 442 31 56
Binary 10001010 1011000 10010100 111 101001 0 101010 100100010 11001 101110

Color Harmonies of #8A5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5894

Black with #8A5894

Text Example


Text Example

White with #8A5894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,148); }

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

background-color css

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

 a { background-color: rgb(138,88,148); }

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

border-color css

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

 span { border-color: rgb(138,88,148); }

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