Html Css Color HEX #83668C Trendy Pink

📋 copy color: '#83668C'

red 131 ◦ green 102 ◦ blue 140

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

Shades of Trendy Pink #83668C

Tints of Trendy Pink #83668C

RGB

 RED value IS 131 (51.56% from 255) = 35.12%

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 35.12%
G = 27.35%
B = 37.53%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83668C (or 0x83668C) is known color: Trendy Pink. HEX triplet: 83, 66 and 8C. RGB value is (131,102,140). Sum of RGB (Red+Green+Blue) = 131+102+140=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #83668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83668C is #7C9973. Grayscale: #727272. Windows color (decimal): -8165748 or 9201283. OLE color: 9201283.

HSL color Cylindrical-coordinate representation of color #83668C: hue angle of 285.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83668C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 102 140 -
CMYK 0.06 0.27 0 0.45
HSL 285.79º 0.16% 0.47% -
HSV(B) 285.79º 0.27% 0.55% -
XYZ 18.85 16.22 26.95 -
YUV 115 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 131 102 140 0.06 0.27 0 0.45 285.79 0.16 0.47
Hex 83 66 8C 6 1B 0 2D 11E 10 2F
Octal 203 146 214 6 33 0 55 436 20 57
Binary 10000011 1100110 10001100 110 11011 0 101101 100011110 10000 101111

Color Harmonies of #83668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83668C

Black with #83668C

Text Example


Text Example

White with #83668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83668C; }

 p { color: rgb(131,102,140); }

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

background-color css

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

 a { background-color: rgb(131,102,140); }

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

border-color css

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

 span { border-color: rgb(131,102,140); }

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