Html Css Color HEX #844684 Trendy Pink

📋 copy color: '#844684'

red 132 ◦ green 70 ◦ blue 132

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

Shades of Trendy Pink #844684

Tints of Trendy Pink #844684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 39.52%
G = 20.96%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#844684 (or 0x844684) is known color: Trendy Pink. HEX triplet: 84, 46 and 84. RGB value is (132,70,132). Sum of RGB (Red+Green+Blue) = 132+70+132=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844684 is #7BB97B. Grayscale: #5F5F5F. Windows color (decimal): -8108412 or 8668804. OLE color: 8668804.

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

Color convert

RGB 132 70 132 -
CMYK 0 0.47 0 0.48
HSL 300º 0.31% 0.4% -
HSV(B) 300º 0.47% 0.52% -
XYZ 15.87 10.95 23.11 -
YUV 95.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 132 70 132 0 0.47 0 0.48 300 0.31 0.4
Hex 84 46 84 0 2F 0 30 12C 1F 28
Octal 204 106 204 0 57 0 60 454 37 50
Binary 10000100 1000110 10000100 0 101111 0 110000 100101100 11111 101000

Color Harmonies of #844684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844684

Black with #844684

Text Example


Text Example

White with #844684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844684; }

 p { color: rgb(132,70,132); }

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

background-color css

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

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

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

border-color css

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

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

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