Html Css Color HEX #826384 Trendy Pink

📋 copy color: '#826384'

red 130 ◦ green 99 ◦ blue 132

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

Shades of Trendy Pink #826384

Tints of Trendy Pink #826384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

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

R = 36.01%
G = 27.42%
B = 36.57%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826384 (or 0x826384) is known color: Trendy Pink. HEX triplet: 82, 63 and 84. RGB value is (130,99,132). Sum of RGB (Red+Green+Blue) = 130+99+132=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #826384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826384 is #7D9C7B. Grayscale: #6F6F6F. Windows color (decimal): -8232060 or 8676226. OLE color: 8676226.

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

Color convert

RGB 130 99 132 -
CMYK 0.02 0.25 0 0.48
HSL 296.36º 0.14% 0.45% -
HSV(B) 296.36º 0.25% 0.52% -
XYZ 17.83 15.34 23.85 -
YUV 112.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 130 99 132 0.02 0.25 0 0.48 296.36 0.14 0.45
Hex 82 63 84 2 19 0 30 128 E 2D
Octal 202 143 204 2 31 0 60 450 16 55
Binary 10000010 1100011 10000100 10 11001 0 110000 100101000 1110 101101

Color Harmonies of #826384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826384

Black with #826384

Text Example


Text Example

White with #826384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826384; }

 p { color: rgb(130,99,132); }

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

background-color css

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

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

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

border-color css

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

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

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