Html Css Color HEX #965188 Trendy Pink

📋 copy color: '#965188'

red 150 ◦ green 81 ◦ blue 136

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

Shades of Trendy Pink #965188

Tints of Trendy Pink #965188

RGB

 RED value IS 150 (58.98% from 255) = 40.87%

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 40.87%
G = 22.07%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965188 (or 0x965188) is known color: Trendy Pink. HEX triplet: 96, 51 and 88. RGB value is (150,81,136). Sum of RGB (Red+Green+Blue) = 150+81+136=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965188 is #69AE77. Grayscale: #6B6B6B. Windows color (decimal): -6925944 or 8933782. OLE color: 8933782.

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

Color convert

RGB 150 81 136 -
CMYK 0 0.46 0.09 0.41
HSL 312.17º 0.3% 0.45% -
HSV(B) 312.17º 0.46% 0.59% -
XYZ 19.96 14.15 24.97 -
YUV 107.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 150 81 136 0 0.46 0.09 0.41 312.17 0.3 0.45
Hex 96 51 88 0 2E 9 29 138 1E 2D
Octal 226 121 210 0 56 11 51 470 36 55
Binary 10010110 1010001 10001000 0 101110 1001 101001 100111000 11110 101101

Color Harmonies of #965188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965188

Black with #965188

Text Example


Text Example

White with #965188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965188; }

 p { color: rgb(150,81,136); }

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

background-color css

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

 a { background-color: rgb(150,81,136); }

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

border-color css

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

 span { border-color: rgb(150,81,136); }

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