Html Css Color HEX #994585 Trendy Pink

📋 copy color: '#994585'

red 153 ◦ green 69 ◦ blue 133

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

Shades of Trendy Pink #994585

Tints of Trendy Pink #994585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 43.1%
G = 19.44%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#994585 (or 0x994585) is known color: Trendy Pink. HEX triplet: 99, 45 and 85. RGB value is (153,69,133). Sum of RGB (Red+Green+Blue) = 153+69+133=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994585 is #66BA7A. Grayscale: #656565. Windows color (decimal): -6732411 or 8734105. OLE color: 8734105.

HSL color Cylindrical-coordinate representation of color #994585: hue angle of 314.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994585 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 133 -
CMYK 0 0.55 0.13 0.4
HSL 314.29º 0.38% 0.44% -
HSV(B) 314.29º 0.55% 0.6% -
XYZ 19.5 12.72 23.62 -
YUV 101.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 153 69 133 0 0.55 0.13 0.4 314.29 0.38 0.44
Hex 99 45 85 0 37 D 28 13A 26 2C
Octal 231 105 205 0 67 15 50 472 46 54
Binary 10011001 1000101 10000101 0 110111 1101 101000 100111010 100110 101100

Color Harmonies of #994585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994585

Black with #994585

Text Example


Text Example

White with #994585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994585; }

 p { color: rgb(153,69,133); }

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

background-color css

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

 a { background-color: rgb(153,69,133); }

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

border-color css

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

 span { border-color: rgb(153,69,133); }

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