Html Css Color HEX #965489 Trendy Pink

📋 copy color: '#965489'

red 150 ◦ green 84 ◦ blue 137

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

Shades of Trendy Pink #965489

Tints of Trendy Pink #965489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 40.43%
G = 22.64%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965489 (or 0x965489) is known color: Trendy Pink. HEX triplet: 96, 54 and 89. RGB value is (150,84,137). Sum of RGB (Red+Green+Blue) = 150+84+137=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965489 is #69AB76. Grayscale: #6D6D6D. Windows color (decimal): -6925175 or 9000086. OLE color: 9000086.

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

Color convert

RGB 150 84 137 -
CMYK 0 0.44 0.09 0.41
HSL 311.82º 0.28% 0.46% -
HSV(B) 311.82º 0.44% 0.59% -
XYZ 20.26 14.63 25.42 -
YUV 109.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 150 84 137 0 0.44 0.09 0.41 311.82 0.28 0.46
Hex 96 54 89 0 2C 9 29 138 1C 2E
Octal 226 124 211 0 54 11 51 470 34 56
Binary 10010110 1010100 10001001 0 101100 1001 101001 100111000 11100 101110

Color Harmonies of #965489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965489

Black with #965489

Text Example


Text Example

White with #965489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965489; }

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

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

background-color css

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

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

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

border-color css

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

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

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