Html Css Color HEX #8A5B95 Trendy Pink

📋 copy color: '#8A5B95'

red 138 ◦ green 91 ◦ blue 149

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

Shades of Trendy Pink #8A5B95

Tints of Trendy Pink #8A5B95

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 36.51%
G = 24.07%
B = 39.42%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A5B95 (or 0x8A5B95) is known color: Trendy Pink. HEX triplet: 8A, 5B and 95. RGB value is (138,91,149). Sum of RGB (Red+Green+Blue) = 138+91+149=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A5B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5B95 is #75A46A. Grayscale: #6F6F6F. Windows color (decimal): -7709803 or 9788298. OLE color: 9788298.

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

Color convert

RGB 138 91 149 -
CMYK 0.07 0.39 0 0.42
HSL 288.62º 0.24% 0.47% -
HSV(B) 288.62º 0.39% 0.58% -
XYZ 19.65 15.06 30.3 -
YUV 111.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 138 91 149 0.07 0.39 0 0.42 288.62 0.24 0.47
Hex 8A 5B 95 7 27 0 2A 121 18 2F
Octal 212 133 225 7 47 0 52 441 30 57
Binary 10001010 1011011 10010101 111 100111 0 101010 100100001 11000 101111

Color Harmonies of #8A5B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B95

Black with #8A5B95

Text Example


Text Example

White with #8A5B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,149); }

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

background-color css

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

 a { background-color: rgb(138,91,149); }

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

border-color css

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

 span { border-color: rgb(138,91,149); }

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