Html Css Color HEX #826085 Trendy Pink

📋 copy color: '#826085'

red 130 ◦ green 96 ◦ blue 133

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

Shades of Trendy Pink #826085

Tints of Trendy Pink #826085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 36.21%
G = 26.74%
B = 37.05%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826085 (or 0x826085) is known color: Trendy Pink. HEX triplet: 82, 60 and 85. RGB value is (130,96,133). Sum of RGB (Red+Green+Blue) = 130+96+133=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #826085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826085 is #7D9F7A. Grayscale: #6E6E6E. Windows color (decimal): -8232827 or 8740994. OLE color: 8740994.

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

Color convert

RGB 130 96 133 -
CMYK 0.02 0.28 0 0.48
HSL 295.14º 0.16% 0.45% -
HSV(B) 295.14º 0.28% 0.52% -
XYZ 17.62 14.81 24.12 -
YUV 110.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 130 96 133 0.02 0.28 0 0.48 295.14 0.16 0.45
Hex 82 60 85 2 1C 0 30 127 10 2D
Octal 202 140 205 2 34 0 60 447 20 55
Binary 10000010 1100000 10000101 10 11100 0 110000 100100111 10000 101101

Color Harmonies of #826085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826085

Black with #826085

Text Example


Text Example

White with #826085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826085; }

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

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

background-color css

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

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

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

border-color css

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

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

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