Html Css Color HEX #824985 Trendy Pink

📋 copy color: '#824985'

red 130 ◦ green 73 ◦ blue 133

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

Shades of Trendy Pink #824985

Tints of Trendy Pink #824985

RGB

 RED value IS 130 (51.17% from 255) = 38.69%

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 38.69%
G = 21.73%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#824985 (or 0x824985) is known color: Trendy Pink. HEX triplet: 82, 49 and 85. RGB value is (130,73,133). Sum of RGB (Red+Green+Blue) = 130+73+133=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #824985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824985 is #7DB67A. Grayscale: #606060. Windows color (decimal): -8238715 or 8735106. OLE color: 8735106.

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

Color convert

RGB 130 73 133 -
CMYK 0.02 0.45 0 0.48
HSL 297º 0.29% 0.4% -
HSV(B) 297º 0.45% 0.52% -
XYZ 15.82 11.2 23.52 -
YUV 96.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 130 73 133 0.02 0.45 0 0.48 297 0.29 0.4
Hex 82 49 85 2 2D 0 30 129 1D 28
Octal 202 111 205 2 55 0 60 451 35 50
Binary 10000010 1001001 10000101 10 101101 0 110000 100101001 11101 101000

Color Harmonies of #824985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824985

Black with #824985

Text Example


Text Example

White with #824985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824985; }

 p { color: rgb(130,73,133); }

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

background-color css

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

 a { background-color: rgb(130,73,133); }

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

border-color css

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

 span { border-color: rgb(130,73,133); }

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