Html Css Color HEX #965089 Trendy Pink

📋 copy color: '#965089'

red 150 ◦ green 80 ◦ blue 137

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

Shades of Trendy Pink #965089

Tints of Trendy Pink #965089

RGB

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

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

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

R = 40.87%
G = 21.8%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965089 (or 0x965089) is known color: Trendy Pink. HEX triplet: 96, 50 and 89. RGB value is (150,80,137). Sum of RGB (Red+Green+Blue) = 150+80+137=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965089 is #69AF76. Grayscale: #6B6B6B. Windows color (decimal): -6926199 or 8999062. OLE color: 8999062.

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

Color convert

RGB 150 80 137 -
CMYK 0 0.47 0.09 0.41
HSL 311.14º 0.3% 0.45% -
HSV(B) 311.14º 0.47% 0.59% -
XYZ 19.96 14.03 25.32 -
YUV 107.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 150 80 137 0 0.47 0.09 0.41 311.14 0.3 0.45
Hex 96 50 89 0 2F 9 29 137 1E 2D
Octal 226 120 211 0 57 11 51 467 36 55
Binary 10010110 1010000 10001001 0 101111 1001 101001 100110111 11110 101101

Color Harmonies of #965089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965089

Black with #965089

Text Example


Text Example

White with #965089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965089; }

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

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

background-color css

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

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

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

border-color css

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

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

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