Html Css Color HEX #965389 Trendy Pink

📋 copy color: '#965389'

red 150 ◦ green 83 ◦ blue 137

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

Shades of Trendy Pink #965389

Tints of Trendy Pink #965389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 40.54%
G = 22.43%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965389 (or 0x965389) is known color: Trendy Pink. HEX triplet: 96, 53 and 89. RGB value is (150,83,137). Sum of RGB (Red+Green+Blue) = 150+83+137=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965389 is #69AC76. Grayscale: #6D6D6D. Windows color (decimal): -6925431 or 8999830. OLE color: 8999830.

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

Color convert

RGB 150 83 137 -
CMYK 0 0.45 0.09 0.41
HSL 311.64º 0.29% 0.46% -
HSV(B) 311.64º 0.45% 0.59% -
XYZ 20.19 14.48 25.4 -
YUV 109.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 150 83 137 0 0.45 0.09 0.41 311.64 0.29 0.46
Hex 96 53 89 0 2D 9 29 138 1D 2E
Octal 226 123 211 0 55 11 51 470 35 56
Binary 10010110 1010011 10001001 0 101101 1001 101001 100111000 11101 101110

Color Harmonies of #965389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965389

Black with #965389

Text Example


Text Example

White with #965389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965389; }

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

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

background-color css

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

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

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

border-color css

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

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

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