Html Css Color HEX #95498B Trendy Pink

📋 copy color: '#95498B'

red 149 ◦ green 73 ◦ blue 139

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

Shades of Trendy Pink #95498B

Tints of Trendy Pink #95498B

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 41.27%
G = 20.22%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95498B (or 0x95498B) is known color: Trendy Pink. HEX triplet: 95, 49 and 8B. RGB value is (149,73,139). Sum of RGB (Red+Green+Blue) = 149+73+139=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498B is #6AB674. Grayscale: #676767. Windows color (decimal): -6993525 or 9128341. OLE color: 9128341.

HSL color Cylindrical-coordinate representation of color #95498B: hue angle of 307.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95498B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 139 -
CMYK 0 0.51 0.07 0.42
HSL 307.89º 0.34% 0.44% -
HSV(B) 307.89º 0.51% 0.58% -
XYZ 19.44 13.02 25.91 -
YUV 103.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 149 73 139 0 0.51 0.07 0.42 307.89 0.34 0.44
Hex 95 49 8B 0 33 7 2A 134 22 2C
Octal 225 111 213 0 63 7 52 464 42 54
Binary 10010101 1001001 10001011 0 110011 111 101010 100110100 100010 101100

Color Harmonies of #95498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95498B

Black with #95498B

Text Example


Text Example

White with #95498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95498B; }

 p { color: rgb(149,73,139); }

 H1.HeaderClassName
 {
   color: #95498B;
 }
 .AnyTagClassName
 {
   color: #95498B;
 }
</style>

background-color css

<style>
 a { background-color: #95498B; }

 a { background-color: rgb(149,73,139); }

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

border-color css

<style>
 span { border-color: #95498B; }

 span { border-color: rgb(149,73,139); }

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