Html Css Color HEX #844481 Trendy Pink

📋 copy color: '#844481'

red 132 ◦ green 68 ◦ blue 129

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

Shades of Trendy Pink #844481

Tints of Trendy Pink #844481

RGB

 RED value IS 132 (51.95% from 255) = 40.12%

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 40.12%
G = 20.67%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#844481 (or 0x844481) is known color: Trendy Pink. HEX triplet: 84, 44 and 81. RGB value is (132,68,129). Sum of RGB (Red+Green+Blue) = 132+68+129=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844481 is #7BBB7E. Grayscale: #5D5D5D. Windows color (decimal): -8108927 or 8471684. OLE color: 8471684.

HSL color Cylindrical-coordinate representation of color #844481: hue angle of 302.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844481 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 129 -
CMYK 0 0.48 0.02 0.48
HSL 302.81º 0.32% 0.39% -
HSV(B) 302.81º 0.48% 0.52% -
XYZ 15.55 10.62 22 -
YUV 94.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 132 68 129 0 0.48 0.02 0.48 302.81 0.32 0.39
Hex 84 44 81 0 30 2 30 12F 20 27
Octal 204 104 201 0 60 2 60 457 40 47
Binary 10000100 1000100 10000001 0 110000 10 110000 100101111 100000 100111

Color Harmonies of #844481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844481

Black with #844481

Text Example


Text Example

White with #844481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844481; }

 p { color: rgb(132,68,129); }

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

background-color css

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

 a { background-color: rgb(132,68,129); }

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

border-color css

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

 span { border-color: rgb(132,68,129); }

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