Html Css Color HEX #965189 Trendy Pink

📋 copy color: '#965189'

red 150 ◦ green 81 ◦ blue 137

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

Shades of Trendy Pink #965189

Tints of Trendy Pink #965189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 40.76%
G = 22.01%
B = 37.23%

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

#965189 (or 0x965189) is known color: Trendy Pink. HEX triplet: 96, 51 and 89. RGB value is (150,81,137). Sum of RGB (Red+Green+Blue) = 150+81+137=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965189 is #69AE76. Grayscale: #6B6B6B. Windows color (decimal): -6925943 or 8999318. OLE color: 8999318.

HSL color Cylindrical-coordinate representation of color #965189: hue angle of 311.3º 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 #965189 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 137 -
CMYK 0 0.46 0.09 0.41
HSL 311.3º 0.3% 0.45% -
HSV(B) 311.3º 0.46% 0.59% -
XYZ 20.04 14.18 25.35 -
YUV 108.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 150 81 137 0 0.46 0.09 0.41 311.3 0.3 0.45
Hex 96 51 89 0 2E 9 29 137 1E 2D
Octal 226 121 211 0 56 11 51 467 36 55
Binary 10010110 1010001 10001001 0 101110 1001 101001 100110111 11110 101101

Color Harmonies of #965189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965189

Black with #965189

Text Example


Text Example

White with #965189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965189; }

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

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

background-color css

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

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

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

border-color css

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

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

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