Html Css Color HEX #955088 Trendy Pink

📋 copy color: '#955088'

red 149 ◦ green 80 ◦ blue 136

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

Shades of Trendy Pink #955088

Tints of Trendy Pink #955088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 40.82%
G = 21.92%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955088 (or 0x955088) is known color: Trendy Pink. HEX triplet: 95, 50 and 88. RGB value is (149,80,136). Sum of RGB (Red+Green+Blue) = 149+80+136=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955088 is #6AAF77. Grayscale: #6A6A6A. Windows color (decimal): -6991736 or 8933525. OLE color: 8933525.

HSL color Cylindrical-coordinate representation of color #955088: hue angle of 311.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955088 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 136 -
CMYK 0 0.46 0.09 0.42
HSL 311.3º 0.3% 0.45% -
HSV(B) 311.3º 0.46% 0.58% -
XYZ 19.71 13.9 24.94 -
YUV 107.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 149 80 136 0 0.46 0.09 0.42 311.3 0.3 0.45
Hex 95 50 88 0 2E 9 2A 137 1E 2D
Octal 225 120 210 0 56 11 52 467 36 55
Binary 10010101 1010000 10001000 0 101110 1001 101010 100110111 11110 101101

Color Harmonies of #955088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955088

Black with #955088

Text Example


Text Example

White with #955088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955088; }

 p { color: rgb(149,80,136); }

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

background-color css

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

 a { background-color: rgb(149,80,136); }

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

border-color css

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

 span { border-color: rgb(149,80,136); }

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