Html Css Color HEX #994387 Trendy Pink

📋 copy color: '#994387'

red 153 ◦ green 67 ◦ blue 135

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

Shades of Trendy Pink #994387

Tints of Trendy Pink #994387

RGB

 RED value IS 153 (60.16% from 255) = 43.1%

 GREEN value IS 67 (26.56% from 255) = 18.87%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 43.1%
G = 18.87%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#994387 (or 0x994387) is known color: Trendy Pink. HEX triplet: 99, 43 and 87. RGB value is (153,67,135). Sum of RGB (Red+Green+Blue) = 153+67+135=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994387 is #66BC78. Grayscale: #646464. Windows color (decimal): -6732921 or 8864665. OLE color: 8864665.

HSL color Cylindrical-coordinate representation of color #994387: hue angle of 312.56º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994387 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 135 -
CMYK 0 0.56 0.12 0.4
HSL 312.56º 0.39% 0.43% -
HSV(B) 312.56º 0.56% 0.6% -
XYZ 19.52 12.54 24.31 -
YUV 100.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 153 67 135 0 0.56 0.12 0.4 312.56 0.39 0.43
Hex 99 43 87 0 38 C 28 139 27 2B
Octal 231 103 207 0 70 14 50 471 47 53
Binary 10011001 1000011 10000111 0 111000 1100 101000 100111001 100111 101011

Color Harmonies of #994387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994387

Black with #994387

Text Example


Text Example

White with #994387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994387; }

 p { color: rgb(153,67,135); }

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

background-color css

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

 a { background-color: rgb(153,67,135); }

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

border-color css

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

 span { border-color: rgb(153,67,135); }

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